C# Class Sakura.AspNetCore.Authentication.ExternalSecurityStampValidator

Inheritance: ISecurityStampValidator
Datei anzeigen Open project: sgjsakura/AspNetCore

Public Methods

Method Description
ValidateAsync ( Microsoft.AspNetCore.Authentication.Cookies.CookieValidatePrincipalContext context ) : System.Threading.Tasks.Task

Validates a security stamp of an identity as an asynchronous operation, and rebuilds the identity if the validation succeeds, otherwise rejects the identity.

Method Details

ValidateAsync() public method

Validates a security stamp of an identity as an asynchronous operation, and rebuilds the identity if the validation succeeds, otherwise rejects the identity.
public ValidateAsync ( Microsoft.AspNetCore.Authentication.Cookies.CookieValidatePrincipalContext context ) : System.Threading.Tasks.Task
context Microsoft.AspNetCore.Authentication.Cookies.CookieValidatePrincipalContext The context containing the /// and to validate.
return System.Threading.Tasks.Task