Aracılığıyla paylaş


PropertiesSerializer.Deserialize(Byte[]) Yöntem

Tanım

türü örneği olarak belirtilen data seri durumdan TModelçıkarılır.

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

Parametreler

data
Byte[]

Seri durumdan çıkarılmakta olan bayt sayısı.

Döndürülenler

Model.

Uygulamalar

Şunlara uygulanır