TicketSerializer.Write(BinaryWriter, AuthenticationTicket) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- writer
- BinaryWriter
The BinaryWriter.
- ticket
- AuthenticationTicket
The AuthenticationTicket.