TicketSerializer.Write Method (BinaryWriter, AuthenticationTicket)
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.BinaryWriterThe writer.
model
Type: Microsoft.Owin.Security.AuthenticationTicketThe data model.
See Also
TicketSerializer Class
Microsoft.Owin.Security.DataHandler.Serializer Namespace
Return to top