ClaimsIdentityOptions.RoleClaimType 속성

정의

역할 클레임에 사용되는 ClaimType을 가져오거나 설정합니다. 기본값은 Role입니다.

public:
 property System::String ^ RoleClaimType { System::String ^ get(); void set(System::String ^ value); };
public string RoleClaimType { get; set; }
member this.RoleClaimType : string with get, set
Public Property RoleClaimType As String

속성 값

설명

이 기본값은 입니다 Role.

적용 대상