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 常數所提供的索引鍵。

適用於

另請參閱