Compartir a través de


ClaimsIdentity (Constructor)

Lista de sobrecargas

Nombre Descripción
ClaimsIdentity () Initializes an instance of T:Microsoft.IdentityModel.Claims.ClaimsIdentity with an empty claims collection.
ClaimsIdentity (Genérico 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 (Genérico 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 (Genérico 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 (Genérico 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 (Genérico 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 (Genérico 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.

Vea también

Referencia

ClaimsIdentity (Clase)
ClaimsIdentity (Miembros)
Microsoft.IdentityModel.Claims (Espacio de nombres)

Copyright © 2008 Microsoft Corporation.Reservados todos los derechos.