ClaimsIdentityOptions.UserIdClaimType 속성

정의

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

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

속성 값

설명

이 기본값은 입니다 NameIdentifier.

적용 대상