PropertiesSerializer.Deserialize(Byte[]) Method

Definition

Deserializes the specified data as an instance of type 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

Parameters

data
Byte[]

The bytes being deserialized.

Returns

The model.

Implements

Applies to