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.

ClaimProperties Class

.NET Framework (current version)
 

Defines the keys for properties contained in the Properties property.

Namespace:   System.Security.Claims
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

System::Object
  System.Security.Claims::ClaimProperties

public ref class ClaimProperties abstract sealed 

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticNamespace

The claim properties namespace.

System_CAPS_pubfieldSystem_CAPS_staticSamlAttributeDisplayName

The SAML display name attribute.

System_CAPS_pubfieldSystem_CAPS_staticSamlAttributeNameFormat

The SAML name format attribute.

System_CAPS_pubfieldSystem_CAPS_staticSamlNameIdentifierFormat

The SAML name identifier format.

System_CAPS_pubfieldSystem_CAPS_staticSamlNameIdentifierNameQualifier

A constant that defines the key for the SAML NameQualifier attribute of the SAML <NameID> element. The NameQualifier attribute specifies the security or administrative domain that qualifies the name.

System_CAPS_pubfieldSystem_CAPS_staticSamlNameIdentifierSPNameQualifier

A constant that defines the key for the SPNameQualifier attribute of the SAML <NameID> element. The SPNameQualifier attribute specifies the name of a service provider or affiliation of providers that is used to further qualify a name.

System_CAPS_pubfieldSystem_CAPS_staticSamlNameIdentifierSPProvidedId

A constant that defines the key for the SPProvidedId attribute of the SAML <NameID> element. The SPProvidedId attribute specifies a name identifier established by a service provider or affiliation of providers for the entity, if different from the primary name identifier.

.NET Framework
Available since 4.5

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show:
© 2017 Microsoft