Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- reader 
 Type: System.IO.BinaryReader- The reader to read from. 
Return Value
Type: Microsoft.Owin.Security.AuthenticationTicket
The data being read.
See Also
TicketSerializer Class
Microsoft.Owin.Security.DataHandler.Serializer Namespace
Return to top