ClaimsIdentity Constructor
Initializes a new instance of the ClaimsIdentity class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ClaimsIdentity() | Initializes a new instance of the ClaimsIdentity class with an empty claims collection. |
![]() | ClaimsIdentity(BinaryReader^) | |
![]() | ClaimsIdentity(ClaimsIdentity^) | |
![]() | ClaimsIdentity(IEnumerable<Claim^>^) | Initializes a new instance of the ClaimsIdentity class using an enumerated collection of Claim objects. |
![]() | ClaimsIdentity(IEnumerable<Claim^>^, String^) | Initializes a new instance of the ClaimsIdentity class with the specified claims and authentication type. |
![]() | ClaimsIdentity(IEnumerable<Claim^>^, String^, String^, String^) | Initializes a new instance of the ClaimsIdentity class with the specified claims, authentication type, name claim type, and role claim type. |
![]() | ClaimsIdentity(IIdentity^) | Initializes a new instance of the ClaimsIdentity class using the name and authentication type from the specified IIdentity. |
![]() | ClaimsIdentity(IIdentity^, IEnumerable<Claim^>^) | Initializes a new instance of the ClaimsIdentity class using the specified claims and the specified IIdentity. |
![]() | ClaimsIdentity(IIdentity^, IEnumerable<Claim^>^, String^, String^, String^) | Initializes a new instance of the ClaimsIdentity class from the specified IIdentity using the specified claims, authentication type, name claim type, and role claim type. |
![]() | ClaimsIdentity(SerializationInfo^) | Initializes a new instance of the ClaimsIdentity class from a serialized stream created by using ISerializable. |
![]() | ClaimsIdentity(SerializationInfo^, StreamingContext) | Initializes a new instance of the ClaimsIdentity class from a serialized stream created by using ISerializable. |
![]() | ClaimsIdentity(String^) | Initializes a new instance of the ClaimsIdentity class with an empty claims collection and the specified authentication type. |
![]() | ClaimsIdentity(String^, String^, String^) | Initializes a new instance of the ClaimsIdentity class with the specified authentication type, name claim type, and role claim type. |

