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