ClaimsPrincipal.CreateClaimsIdentity Method (BinaryReader)

.NET Framework (current version)
 

Creates a new claims identity.

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

abstract CreateClaimsIdentity : 
        reader:BinaryReader -> ClaimsIdentity
override CreateClaimsIdentity : 
        reader:BinaryReader -> ClaimsIdentity

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: