Condividi tramite


TicketSerializer.Read(BinaryReader) Metodo

Definizione

Legge un oggetto 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

Parametri

reader
BinaryReader

Oggetto BinaryReader.

Restituisce

Oggetto AuthenticationTicket se il formato è supportato; in caso contrario null, .

Si applica a