PropertiesSerializer.Read Method
Namespace: Microsoft.Owin.Security.DataHandler.Serializer
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
'Declaration
Public Shared Function Read ( _
reader As BinaryReader _
) As AuthenticationProperties
'Usage
Dim reader As BinaryReader
Dim returnValue As AuthenticationProperties
returnValue = PropertiesSerializer.Read(reader)
public static AuthenticationProperties Read(
BinaryReader reader
)
public:
static AuthenticationProperties^ Read(
BinaryReader^ reader
)
static member Read :
reader:BinaryReader -> AuthenticationProperties
public static function Read(
reader : BinaryReader
) : AuthenticationProperties
Parameters
- reader
Type: System.IO.BinaryReader
Return Value
Type: Microsoft.Owin.Security.AuthenticationProperties
Returns AuthenticationProperties.