Share via


TicketSerializer.Read Method (BinaryReader)

 

Reads a specified data from the reader.

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

Syntax

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

Parameters

Return Value

Type: Microsoft.Owin.Security.AuthenticationTicket

The data being read.

See Also

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

Return to top