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.

ClaimsPrincipal Constructor

.NET Framework (current version)
 

Initializes a new instance of the ClaimsPrincipal class.

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

NameDescription
System_CAPS_pubmethodClaimsPrincipal()

Initializes a new instance of the ClaimsPrincipal class.

System_CAPS_pubmethodClaimsPrincipal(BinaryReader^)

System_CAPS_pubmethodClaimsPrincipal(IEnumerable<ClaimsIdentity^>^)

Initializes a new instance of the ClaimsPrincipal class using the specified claims identities.

System_CAPS_pubmethodClaimsPrincipal(IIdentity^)

Initializes a new instance of the ClaimsPrincipal class from the specified identity.

System_CAPS_pubmethodClaimsPrincipal(IPrincipal^)

Initializes a new instance of the ClaimsPrincipal class from the specified principal.

System_CAPS_protmethodClaimsPrincipal(SerializationInfo^, StreamingContext)

Initializes a new instance of the ClaimsPrincipal class from a serialized stream created by using ISerializable.

Return to top
Show:
© 2017 Microsoft