The FIM CM interface for one-time password providers.

The following tables list the members exposed by the ISecretProvider type.

Public Properties

  Name Description
public property ExpirationPeriod Gets the expiration period for one-time passwords.
public property NumberOfSecrets Gets the number of one-time passwords that have been used.
Top

Public Methods

  Name Description
public method CalculateHash Calculates a one-way hash that can be used to search for one-time passwords.
public method GenerateSecrets Generates one-time passwords and fills in the one-time password information in the supplied Request object.
public method GetExpirationDate Returns the date and time when the one-time passwords will expire.
public method GetSecrets Returns one-time passwords.
public method Initialize Initializes the one-time password provider.
public method ValidateSecretIntegrity Validates a user-provided one-time password.
public method ValidateUserSecrets Validates user-provided one-time passwords.
Top

See Also