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

Public Properties (see also Protected Properties)

  Name Description
public property AuthenticationChallenge Overridden. Represents an authentication challenge. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
public property GateTypeId Overridden. Represents the gate type. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
public property 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.
public property RequiresInteractiveRegistration Overridden. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
public property ResponseTimeout  This API is currently not supported. (Inherited from AuthenticationGate)
public property 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.
public property 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
protected property AuthenticationGateActivity  This API is currently not supported. (Inherited from AuthenticationGate)
protected property Mode  This API is currently not supported. (Inherited from AuthenticationGate)
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method 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.
public method ToString  (Inherited from Object)
public method TryValidateUser Overridden. This API supports the FIM 2010 infrastructure. Using this API directly from your code is not supported.
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method InitializeAuthenticationGate  (Inherited from AuthenticationGate)
protected method MemberwiseClone  (Inherited from Object)
protected method OnAuthenticationGateExecutionLoad  (Inherited from AuthenticationGate)
protected method UninitializeAuthenticationGate  (Inherited from AuthenticationGate)
Top

See Also