次の方法で共有


PropertiesSerializer.Deserialize(Byte[]) メソッド

定義

指定した を 型TModelのインスタンスとして逆シリアル化しますdata

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

パラメーター

data
Byte[]

逆シリアル化されるバイト。

戻り値

モデル。

実装

適用対象