Share via


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)

매개 변수

적용 대상