TokenValidator Class |
Namespace: CMS.Membership
public class TokenValidator : ITokenValidator
The TokenValidator type exposes the following members.
Name | Description | |
---|---|---|
![]() | TokenValidator(KeySizeEnum) |
Default constructor.
|
![]() | TokenValidator(ISalt, KeySizeEnum) |
Create new Token Validator which use specific implementation of ISalt interface.
|
Name | Description | |
---|---|---|
![]() | GetPasscodeFromCredentials |
Compute server side passcodes for comparation.
|
![]() | IsPasscodeValid |
Check if entered passcode is correct.
|