Click or drag to resize

PasswordResetClientAttribute Class

Attribute class used to decorate password reset clients The attribute takes three parameters: "masterSettingsKey" which must be set to the master setting used to enable the client "supportsReset" which must indicate if client can perform password resets "supportsVerification" which must indicate if client can perform password verification
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Omada.OE.Solution.OIM.AppLogic.PasswordResetPasswordResetClientAttribute

Namespace:  Omada.OE.Solution.OIM.AppLogic.PasswordReset
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public class PasswordResetClientAttribute : Attribute

The PasswordResetClientAttribute type exposes the following members.

Constructors
  NameDescription
Public methodPasswordResetClientAttribute
Constructor
Top
Fields
  NameDescription
Public fieldMasterSettingsKey
The master setting key used to enable the client
Public fieldSupportsReset
Client supports reset of password
Public fieldSupportsVerification
Client supports verification of 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