Claim::Properties Property
Gets a dictionary that contains additional properties associated with this claim.
Assembly: mscorlib (in mscorlib.dll)
public: property IDictionary<String^, String^>^ Properties { IDictionary<String^, String^>^ get(); }
Property Value
Type: System.Collections.Generic::IDictionary<String^, String^>^A dictionary that contains additional properties associated with the claim. The properties are represented as name-value pairs.
The Properties property provides a dictionary of name-value pairs that allows metadata or other information about the claim to be associated with it. For claims generated from SAML tokens, this dictionary may contain keys given by the constants in the ClaimProperties class.
Available since 10
.NET Framework
Available since 4.5