C# 클래스 EA.Iws.Web.Infrastructure.PrincipalExtensions

파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
GetAccessToken ( this principal ) : string
GetClaimValue ( this principal, string type ) : string
GetEmailAddress ( this principal ) : string
GetUserId ( this principal ) : string
IsInternalUser ( this principal ) : bool

메소드 상세

GetAccessToken() 공개 정적인 메소드

public static GetAccessToken ( this principal ) : string
principal this
리턴 string

GetClaimValue() 공개 정적인 메소드

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

GetEmailAddress() 공개 정적인 메소드

public static GetEmailAddress ( this principal ) : string
principal this
리턴 string

GetUserId() 공개 정적인 메소드

public static GetUserId ( this principal ) : string
principal this
리턴 string

IsInternalUser() 공개 정적인 메소드

public static IsInternalUser ( this principal ) : bool
principal this
리턴 bool