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.
|
public ValidateAsync ( Microsoft.AspNetCore.Authentication.Cookies.CookieValidatePrincipalContext context ) : System.Threading.Tasks.Task | ||
context | Microsoft.AspNetCore.Authentication.Cookies.CookieValidatePrincipalContext | The context containing the |
return | System.Threading.Tasks.Task |