ClaimsPrincipal.CreateClaimsIdentity Method (BinaryReader)

.NET Framework (current version)
 

Creates a new claims identity.

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

protected virtual ClaimsIdentity CreateClaimsIdentity(
	BinaryReader reader
)

Parameters

reader
Type: System.IO.BinaryReader

The binary reader.

Return Value

Type: System.Security.Claims.ClaimsIdentity

The created claims identity.

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