C# Класс Sakura.AspNetCore.Authentication.ExternalSecurityStampValidator

Наследование: ISecurityStampValidator
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ValidateAsync() публичный Метод

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.
Результат System.Threading.Tasks.Task