Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Claim::Properties Property

.NET Framework (current version)
 

Gets a dictionary that contains additional properties associated with this claim.

Namespace:   System.Security.Claims
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.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft