Claim Constructor
Initializes a new instance of the Claim class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Claim(BinaryReader^) | |
![]() | Claim(BinaryReader^, ClaimsIdentity^) | Initializes a new instance of the Claim class with the specified reader, and subject. |
![]() | Claim(Claim^) | Initializes a new instance of the Claim class. |
![]() | Claim(Claim^, ClaimsIdentity^) | Initializes a new instance of the Claim class with the specified security claim, and subject. |
![]() | Claim(String^, String^) | Initializes a new instance of the Claim class with the specified claim type, and value. |
![]() | Claim(String^, String^, String^) | Initializes a new instance of the Claim class with the specified claim type, value, and value type. |
![]() | Claim(String^, String^, String^, String^) | Initializes a new instance of the Claim class with the specified claim type, value, value type, and issuer. |
![]() | Claim(String^, String^, String^, String^, String^) | Initializes a new instance of the Claim class with the specified claim type, value, value type, issuer, and original issuer. |
![]() | Claim(String^, String^, String^, String^, String^, ClaimsIdentity^) | Initializes a new instance of the Claim class with the specified claim type, value, value type, issuer, original issuer and subject. |

