PropertiesSerializer.Deserialize(Byte[]) Methode

Definition

Deserialisiert das angegebene data als instance des Typs TModel.

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

Parameter

data
Byte[]

Die Bytes, die deserialisiert werden.

Gibt zurück

Das Modell.

Implementiert

Gilt für: