Aracılığıyla paylaş


TicketSerializer.Read(BinaryReader) Yöntem

Tanım

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

Parametreler

Döndürülenler

AuthenticationTicket Biçimin desteklenip desteklenmediğini, aksi takdirde null.

Şunlara uygulanır