C# 클래스 URSA.Owin.Security.OwinPrincipal

상속: IClaimBasedIdentity
파일 보기 프로젝트 열기: alien-mcl/URSA

공개 메소드들

메소드 설명
OwinPrincipal ( ClaimsPrincipal principal ) : System

Initializes a new instance of the OwinPrincipal class.

this ( string claimType ) : IEnumerable

메소드 상세

OwinPrincipal() 공개 메소드

Initializes a new instance of the OwinPrincipal class.
public OwinPrincipal ( ClaimsPrincipal principal ) : System
principal System.Security.Claims.ClaimsPrincipal The principal.
리턴 System

this() 공개 메소드

public this ( string claimType ) : IEnumerable
claimType string
리턴 IEnumerable