Click or drag to resize

IdentityLockoutValidator Methods

The IdentityLockoutValidator type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIdentityLockoutValidator_BeforeSave
The IDENTITYSTATUS can only be changed from "Locked" to "Active" if: The user is member of the "Operation administrators" group It is the system user or if the change is initiated from the Revoke lockout process which is executed in a securityoverride context
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
Explicit Interface Implementations
See Also