ITwoFactorSecurityStampValidator Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to validate the two factor remember client cookie security stamp.
public interface class ITwoFactorSecurityStampValidator : Microsoft::AspNetCore::Identity::ISecurityStampValidator
public interface ITwoFactorSecurityStampValidator : Microsoft.AspNetCore.Identity.ISecurityStampValidator
type ITwoFactorSecurityStampValidator = interface
interface ISecurityStampValidator
Public Interface ITwoFactorSecurityStampValidator
Implements ISecurityStampValidator
- Derived
- Implements
Methods
ValidateAsync(CookieValidatePrincipalContext) |
Validates a security stamp of an identity as an asynchronous operation, and rebuilds the identity if the validation succeeds, otherwise rejects the identity. (Inherited from ISecurityStampValidator) |