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.

See Also