ClaimsIdentityOptions.UserNameClaimType 속성

정의

사용자 이름 클레임에 사용되는 ClaimType을 가져오거나 설정합니다. 기본값은 Name입니다.

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

속성 값

설명

이 기본값은 입니다 Name.

적용 대상