Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Claim Constructor

.NET Framework (current version)
 

Initializes a new instance of the Claim class.

Namespace:   System.Security.Claims
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodClaim(BinaryReader^)

System_CAPS_pubmethodClaim(BinaryReader^, ClaimsIdentity^)

Initializes a new instance of the Claim class with the specified reader, and subject.

System_CAPS_protmethodClaim(Claim^)

Initializes a new instance of the Claim class.

System_CAPS_protmethodClaim(Claim^, ClaimsIdentity^)

Initializes a new instance of the Claim class with the specified security claim, and subject.

System_CAPS_pubmethodClaim(String^, String^)

Initializes a new instance of the Claim class with the specified claim type, and value.

System_CAPS_pubmethodClaim(String^, String^, String^)

Initializes a new instance of the Claim class with the specified claim type, value, and value type.

System_CAPS_pubmethodClaim(String^, String^, String^, String^)

Initializes a new instance of the Claim class with the specified claim type, value, value type, and issuer.

System_CAPS_pubmethodClaim(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.

System_CAPS_pubmethodClaim(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.

Return to top
Show:
© 2017 Microsoft