ISecretProvider Members
The FIM CM interface for one-time password providers.
The following tables list the members exposed by the ISecretProvider type.
Public Properties
Name | Description | |
---|---|---|
![]() |
ExpirationPeriod | Gets the expiration period for one-time passwords. |
![]() |
NumberOfSecrets | Gets the number of one-time passwords that have been used. |
Top
Public Methods
Name | Description | |
---|---|---|
![]() |
CalculateHash | Calculates a one-way hash that can be used to search for one-time passwords. |
![]() |
GenerateSecrets | Generates one-time passwords and fills in the one-time password information in the supplied Request object. |
![]() |
GetExpirationDate | Returns the date and time when the one-time passwords will expire. |
![]() |
GetSecrets | Returns one-time passwords. |
![]() |
Initialize | Initializes the one-time password provider. |
![]() |
ValidateSecretIntegrity | Validates a user-provided one-time password. |
![]() |
ValidateUserSecrets | Validates user-provided one-time passwords. |
Top