TicketSerializer.Deserialize(Byte[]) Methode

Definition

Deserialisiert die angegebene Authentifizierungsticketnutzlast.

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

Parameter

data
Byte[]

Das serialisierte Authentifizierungsticket.

Gibt zurück

Das deserialisierte AuthenticationTicketOder null wenn das Format nicht unterstützt wird.

Implementiert

Gilt für: