Partager via


Constructeur ClaimsIdentity

Liste de surcharges

Nom Description
ClaimsIdentity () Initializes an instance of T:Microsoft.IdentityModel.Claims.ClaimsIdentity with an empty claims collection.
ClaimsIdentity (IEnumerable générique) 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 (IEnumerable générique, 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 (IEnumerable générique, 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 (IEnumerable générique, 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 (IEnumerable générique, 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 (IEnumerable générique, 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.

Voir aussi

Référence

Classe ClaimsIdentity
Membres ClaimsIdentity
Espace de noms Microsoft.IdentityModel.Claims

Copyright © 2008 Microsoft Corporation.Tous droits réservés.