TicketSerializer.Write(BinaryWriter, AuthenticationTicket) 方法

定义

ticket使用指定的 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)

参数

适用于