ISecurityStampValidator 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.
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. |