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 常量提供的密钥。