C# 클래스 Sakura.AspNetCore.Authentication.ExternalSecurityStampValidator

상속: ISecurityStampValidator
파일 보기 프로젝트 열기: sgjsakura/AspNetCore

공개 메소드들

메소드 설명
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