Język

TicketSerializer.Serialize(AuthenticationTicket) Metoda

Definicja

Serializuje określony bilet uwierzytelniania.

public:
 virtual cli::array <System::Byte> ^ Serialize(Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ ticket);
public virtual byte[] Serialize(Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket);
abstract member Serialize : Microsoft.AspNetCore.Authentication.AuthenticationTicket -> byte[]
override this.Serialize : Microsoft.AspNetCore.Authentication.AuthenticationTicket -> byte[]
Public Overridable Function Serialize (ticket As AuthenticationTicket) As Byte()

Parametry

ticket
AuthenticationTicket

Bilet uwierzytelniania do serializacji.

Zwraca

Byte[]

Serializowana reprezentacja elementu ticket.

Implementuje

Dotyczy