PropertiesSerializer.Read Method (BinaryReader)

 

Namespace:   Microsoft.Owin.Security.DataHandler.Serializer
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

public static AuthenticationProperties Read(
    BinaryReader reader
)
public:
static AuthenticationProperties^ Read(
    BinaryReader^ reader
)
static member Read : 
        reader:BinaryReader -> AuthenticationProperties
Public Shared Function Read (
    reader As BinaryReader
) As AuthenticationProperties

Parameters

Return Value

Type: Microsoft.Owin.Security.AuthenticationProperties

Returns AuthenticationProperties.

See Also

PropertiesSerializer Class
Microsoft.Owin.Security.DataHandler.Serializer Namespace

Return to top