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: