MFAuthenticationHelper Class |
Namespace: CMS.Membership
public class MFAuthenticationHelper : AbstractHelper<MFAuthenticationHelper>
The MFAuthenticationHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() | MFAuthenticationHelper |
Name | Description | |
---|---|---|
![]() | ClockDriftTolerance |
Tolerated clock drift between client and server.
|
![]() ![]() | DisplaySetupCode |
Indicates whether the setup code is showed to the user after enabling MFA.
|
![]() | HashAlgorithm |
Underlying hash algorithm used by the passcode generator.
|
![]() ![]() | IsMultiFactorAuthEnabled |
Indicates whether MFA is enabled.
|
![]() ![]() | IsMultiFactorAuthRequired |
Indicates whether MFA is forced.
|
![]() | PasscodeLength |
Length of the passcode.
|
Name | Description | |
---|---|---|
![]() ![]() | GetSetupCodeForUser |
Returns the setup code that should be used to synchronize with the user's authenticator.
|
![]() | GetSetupCodeForUserInternal |
Returns the setup code that should be used to synchronize with the user's authenticator.
|
![]() ![]() | IsMultiFactorRequiredForUser |
Indicates whether MFA is required for the given user.
|
![]() | IsMultiFactorRequiredForUserInternal |
Indicates whether MFA is required for the given user.
|
![]() ![]() | IsPasscodeValid |
Checks whether the entered passcode is valid.
|
![]() | IsPasscodeValidInternal |
Checks whether the entered passcode is valid.
|
![]() ![]() | IssuePasscode |
Fires the MultiFactorAuthenticate event.
Generates a new secret in case the user has none.
|
![]() | IssuePasscodeInternal |
Fires the MultiFactorAuthenticate event.
Generates a new secret in case the user has none.
|
![]() ![]() | ResetSecretForUser |
Resets the user's current MFA information.
|
![]() | ResetSecretForUserInternal |
Resets the user's current MFA information.
|
![]() | SetAsDefaultHelper |
Sets this object as the default helper
(Inherited from AbstractHelperHelperType.) |