Claim Constructor (String^, String^, String^)

.NET Framework (current version)
 

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

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

public:
Claim(
	String^ type,
	String^ value,
	String^ valueType
)

Parameters

type
Type: System::String^

The claim type.

value
Type: System::String^

The claim value.

valueType
Type: System::String^

The claim value type. If this parameter is null, then ClaimValueTypes::String is used.

Exception Condition
ArgumentNullException

type or value is null.

The Subject property is set to null. The Issuer and OriginalIssuer properties are set to DefaultIssuer.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Return to top
Show: