Click or drag to resize

PasswordResetBasicClient Class

Driving password resets for the OIS basic authentication
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.PasswordResetPasswordResetBasicClient

Namespace:  Omada.OE.Solution.OIM.Assembly.PasswordReset
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
[PasswordResetClientAttribute("PWRBASICCLIENT", true, true)]
public class PasswordResetBasicClient : IPasswordResetClient

The PasswordResetBasicClient type exposes the following members.

Constructors
  NameDescription
Public methodPasswordResetBasicClient
Top
Methods
  NameDescription
Public methodPasswordReset
Password reset handler for the OIS basic password
Public methodVerifyPassword
Verify password
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also