다음을 통해 공유


Claim.Properties 속성

정의

이 클레임과 연결된 추가 속성을 포함하는 사전을 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Properties { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Properties As IDictionary(Of String, String)

속성 값

IDictionary<String,String>

클레임과 연결된 추가 속성을 포함하는 사전입니다. 속성은 이름-값 쌍으로 표시됩니다.

설명

이 속성은 Properties 메타데이터 또는 클레임에 대한 기타 정보를 연결할 수 있는 이름-값 쌍의 사전을 제공합니다. SAML 토큰에서 생성된 클레임의 경우 이 사전에는 클래스의 상수에서 ClaimProperties 제공하는 키가 포함될 수 있습니다.

적용 대상

추가 정보