Sdílet prostřednictvím


AspNetTicketSerializer.Deserialize(Byte[]) Metoda

Definice

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

Parametry

data
Byte[]

Návraty

Microsoft.Owin.Security.AuthenticationTicket

Implementuje

Microsoft.Owin.Security.DataHandler.Serializer.IDataSerializer`1.Deserialize(System.Byte[])

Platí pro