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.
Writes a data from the specified writer.
Namespace:   Microsoft.Owin.Security.DataHandler.Serializer
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public static void Write(
    BinaryWriter writer,
    AuthenticationTicket model
)
public:
static void Write(
    BinaryWriter^ writer,
    AuthenticationTicket^ model
)
static member Write : 
        writer:BinaryWriter *
        model:AuthenticationTicket -> unit
Public Shared Sub Write (
    writer As BinaryWriter,
    model As AuthenticationTicket
)
Parameters
- writer 
 Type: System.IO.BinaryWriter- The writer. 
- model 
 Type: Microsoft.Owin.Security.AuthenticationTicket- The data model. 
See Also
TicketSerializer Class
Microsoft.Owin.Security.DataHandler.Serializer Namespace
Return to top