TicketSerializer.Write(BinaryWriter, AuthenticationTicket) Method

Definition

Writes the ticket using the specified writer.

public:
 virtual void Write(System::IO::BinaryWriter ^ writer, Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ ticket);
public virtual void Write (System.IO.BinaryWriter writer, Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket);
abstract member Write : System.IO.BinaryWriter * Microsoft.AspNetCore.Authentication.AuthenticationTicket -> unit
override this.Write : System.IO.BinaryWriter * Microsoft.AspNetCore.Authentication.AuthenticationTicket -> unit
Public Overridable Sub Write (writer As BinaryWriter, ticket As AuthenticationTicket)

Parameters

Applies to