TicketSerializer.Read(BinaryReader) Metoda

Definicja

Odczytuje element AuthenticationTicket.

public:
 virtual Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ Read(System::IO::BinaryReader ^ reader);
public virtual Microsoft.AspNetCore.Authentication.AuthenticationTicket Read (System.IO.BinaryReader reader);
public virtual Microsoft.AspNetCore.Authentication.AuthenticationTicket? Read (System.IO.BinaryReader reader);
abstract member Read : System.IO.BinaryReader -> Microsoft.AspNetCore.Authentication.AuthenticationTicket
override this.Read : System.IO.BinaryReader -> Microsoft.AspNetCore.Authentication.AuthenticationTicket
Public Overridable Function Read (reader As BinaryReader) As AuthenticationTicket

Parametry

reader
BinaryReader

Element BinaryReader.

Zwraca

Jeśli AuthenticationTicket format jest obsługiwany, w przeciwnym razie null.

Dotyczy