LockoutGate Members
An activity that sets the lockout specifications for users when they attempt to incorrectly register for password reset. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
The following tables list the members exposed by the LockoutGate type.
Public Constructors
Name | Description | |
---|---|---|
LockoutGate | Creates a new instance of the LockoutGate class with default values. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported. |
Top
Public Fields
Name | Description | |
---|---|---|
LockoutTimeoutDelayValidationError |
Top
Public Properties
(see also Protected Properties)
Name | Description | |
---|---|---|
AuthenticationChallenge | Overridden. Represents an authentication challenge. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported. | |
GateTypeId | Overridden. Represents the gate type. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported. | |
LockoutThreshold | This value represents the number of times the user can fail to correctly answer the challenge questions before they have to wait a specified amount of time before they can try to answer the challenge questions again. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported. | |
RequiresInteractiveRegistration | Overridden. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported. | |
ResponseTimeout | This API is currently not supported. (Inherited from AuthenticationGate) | |
Timeout | Indicates the time in minutes that the user is locked out of attempting to answer challenge questions if they reach the timeout threshold. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported. | |
TimeoutThreshold | Number of times the user can reach the LockoutThreshold value before permanent lockout. This setting lets you specify the number of additional attempts to answer the challenge question(s), each separated by the Timeout duration time, before the user is permanently locked out of password reset. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported. |
Top
Protected Properties
Name | Description | |
---|---|---|
AuthenticationGateActivity | This API is currently not supported. (Inherited from AuthenticationGate) | |
Mode | This API is currently not supported. (Inherited from AuthenticationGate) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
RegisterUser | Overridden. Registers a user for the authentication lockout gate. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported. | |
ToString | (Inherited from Object) | |
TryValidateUser | Overridden. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported. | |
ValidateRegistrationData | (Inherited from AuthenticationGate) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
LockoutGate Class
Microsoft.ResourceManagement.Workflow.Activities Namespace