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 Constructor (IEnumerable<Claim^>^)

.NET Framework (current version)
 

Initializes a new instance of the ClaimsIdentity class using an enumerated collection of Claim objects.

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

public:
ClaimsIdentity(
	IEnumerable<Claim^>^ claims
)

Parameters

claims
Type: System.Collections.Generic::IEnumerable<Claim^>^

The claims with which to populate the claims identity.

The following table shows initial property values for an instance of the ClaimsIdentity class.

Property

Value

Actor

null.

AuthenticationType

null.

BootstrapContext

null.

Claims

Initialized from the claims parameter.

IsAuthenticated

System_CAPS_noteNote

When accessed, the value of the IsAuthenticated property is returned based on the value of the AuthenticationType property.

Label

null.

Name

System_CAPS_noteNote

When accessed, the value of the Name property is returned based on the NameClaimType and the Claims collection.

NameClaimType

DefaultNameClaimType.

RoleClaimType

DefaultRoleClaimType.

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