ITwoFactorSecurityStampValidator Interface

Definition

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)

Applies to