Overload List

Name Description
ClaimsIdentity () Initializes an instance of T:Microsoft.IdentityModel.Claims.ClaimsIdentity with an empty claims collection.
ClaimsIdentity (Generic IEnumerable) Initializes an instance of T:Microsoft.IdentityModel.Claims.ClaimsIdentity using an enumerated collection of T:Microsoft.IdentityModel.Claims.Claim objects.
ClaimsIdentity (IIdentity) Initializes an instance of ClaimsIdentity using the name and authentication type from the specified IIdentity instance.
ClaimsIdentity (String) Initializes an instance of T:Microsoft.IdentityModel.Claims.ClaimsIdentity with an empty T:Microsoft.IdentityModel.Claims.Claim collection and the specified authentication type.
ClaimsIdentity (Generic IEnumerable, SecurityToken) Initializes an instance of ClaimsIdentity using an enumerated collection of objects and the specified authentication type, name claim type, and role claim type.
ClaimsIdentity (Generic IEnumerable, String) Initializes an instance of T:Microsoft.IdentityModel.Claims.ClaimsIdentity using an enumerated collection of T:Microsoft.IdentityModel.Claims.Claim objects and the specified authentication type.
ClaimsIdentity (SerializationInfo, StreamingContext) Initializes an instance of ClaimsIdentity from a serialized stream created with T:System.Runtime.Serialization.ISerializable.
ClaimsIdentity (X509Certificate2, String) Initializes an instance of T:Microsoft.IdentityModel.Claims.ClaimsIdentity from an T:System.Security.Cryptography.X509Certificates.X509Certificate2 with a specified issuer name.
ClaimsIdentity (Generic IEnumerable, String, SecurityToken) Initializes an instance of T:Microsoft.IdentityModel.Claims.ClaimsIdentity using an enumerated collection of T:Microsoft.IdentityModel.Claims.Claim objects and the specified authentication type, name claim type, and role claim type.
ClaimsIdentity (String, String, String) Initializes an instance of T:Microsoft.IdentityModel.Claims.ClaimsIdentity with an empty T:Microsoft.IdentityModel.Claims.Claim collection, the specified authentication type, name claim type, and role claim type.
ClaimsIdentity (X509Certificate2, String, String) Initializes an instance of ClaimsIdentity from a T:System.Security.Cryptography.X509Certificates.X509Certificate2 with a specified issuer name and the authentication type.
ClaimsIdentity (Generic IEnumerable, String, String, String) Initializes an instance of T:Microsoft.IdentityModel.Claims.ClaimsIdentity using an enumerated collection of T:Microsoft.IdentityModel.Claims.Claim objects and the specified authentication type, name claim type, and role claim type.
ClaimsIdentity (Generic IEnumerable, String, String, String, SecurityToken) Initializes an instance of T:Microsoft.IdentityModel.Claims.ClaimsIdentity using an enumerated collection of T:Microsoft.IdentityModel.Claims.Claim objects and the specified authentication type, name claim type, and role claim type.

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.