Compartir a través de


TicketSerializer.Read(BinaryReader) Método

Definición

Lee un AuthenticationTicketobjeto .

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

Parámetros

Devoluciones

AuthenticationTicket Si se admite el formato , en caso contrarionull, .

Se aplica a