Claim.Properties 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 클레임과 연결된 추가 속성을 포함하는 사전을 가져옵니다.
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)
속성 값
클레임과 연결된 추가 속성을 포함하는 사전입니다. 속성은 이름-값 쌍으로 표시됩니다.
설명
이 속성은 Properties 메타데이터 또는 클레임에 대한 기타 정보를 연결할 수 있는 이름-값 쌍의 사전을 제공합니다. SAML 토큰에서 생성된 클레임의 경우 이 사전에는 클래스의 상수에서 ClaimProperties 제공하는 키가 포함될 수 있습니다.