Список перегрузки
Имя | Описание |
---|---|
ClaimsIdentity () | Initializes an instance of T:Microsoft.IdentityModel.Claims.ClaimsIdentity with an empty claims collection. |
ClaimsIdentity (Универсальный 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 (Универсальный 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 (Универсальный 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 (Универсальный 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 (Универсальный 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 (Универсальный 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. |
См. также
© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.