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.

ClaimsIdentity::NameClaimType Property

.NET Framework (current version)
 

Gets the claim type that is used to determine which claims provide the value for the Name property of this claims identity.

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

public:
property String^ NameClaimType {
	String^ get();
}

Property Value

Type: System::String^

The name claim type.

The NameClaimType property specifies the claim type (Claim::Type) that is used to provide the name for this identity. The name is accessed through the Name property.

This property is set by the constructor.

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