Claim Constructor (BinaryReader^, ClaimsIdentity^)

.NET Framework (current version)
 

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

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

public:
Claim(
	BinaryReader^ reader,
	ClaimsIdentity^ subject
)

Parameters

reader
Type: System.IO::BinaryReader^

The binary reader.

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: