ISecurityStampValidator Interface

Definition

Provides an abstraction for a validating a security stamp of an incoming identity, and regenerating or rejecting the identity based on the validation result.

public interface class ISecurityStampValidator
public interface ISecurityStampValidator
type ISecurityStampValidator = interface
Public Interface ISecurityStampValidator
Derived

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.

Applies to