다음을 통해 공유


Saml2NameIdentifier.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

속성 값

이름 식별자 값을 포함하는 문자열 값입니다.

예외

null인 값을 설정하려고 시도하는 경우

적용 대상