다음을 통해 공유


RequestClaim.Value 속성

정의

요청된 클레임 값을 가져오거나 설정합니다.

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

속성 값

클레임의 값입니다.

설명

ClaimType 값 요소의 콘텐츠를 나타냅니다.

적용 대상