ClaimsIdentity.Label 속성

정의

이 클레임 ID에 대한 레이블을 가져오거나 설정합니다.

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

속성 값

String

레이블입니다.

적용 대상