次の方法で共有


TicketSerializer.Write(BinaryWriter, AuthenticationTicket) メソッド

定義

指定した writerを使用して をticket書き込みます。

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)

パラメーター

適用対象