Claim Constructor (Claim^, ClaimsIdentity^)

.NET Framework (current version)
 

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

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

protected:
Claim(
	Claim^ other,
	ClaimsIdentity^ subject
)

Parameters

other
Type: System.Security.Claims::Claim^

The security claim.

subject
Type: System.Security.Claims::ClaimsIdentity^

The subject that this claim describes.

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