C# 클래스 TokenAuthentication.Infrastructure.Authentication.PrincipalExtensions

파일 보기 프로젝트 열기: bytefish/NancyOwinExample

공개 메소드들

메소드 설명
GetClaimValue ( this principal, string type ) : string
HasClaim ( this principal, string type ) : bool

메소드 상세

GetClaimValue() 공개 정적인 메소드

public static GetClaimValue ( this principal, string type ) : string
principal this
type string
리턴 string

HasClaim() 공개 정적인 메소드

public static HasClaim ( this principal, string type ) : bool
principal this
type string
리턴 bool