C# 클래스 Microsoft.AspNet.WebHooks.WebHookUser

Provides a default implementation of IWebHookUser for getting information about a user.
상속: IWebHookUser
파일 보기 프로젝트 열기: aspnet/WebHooks 1 사용 예제들

공개 메소드들

메소드 설명
GetUserIdAsync ( IPrincipal user ) : Task

비공개 메소드들

메소드 설명
GetClaim ( ClaimsPrincipal principal, string claimsType ) : string

Looks up a claimsType in the provided principal and returns the value if found or null otherwise.

Reset ( ) : void

For testing purposes

메소드 상세

GetUserIdAsync() 공개 메소드

public GetUserIdAsync ( IPrincipal user ) : Task
user IPrincipal
리턴 Task