次の方法で共有


PropertiesSerializer.Serialize メソッド

定義

オーバーロード

Serialize(AuthenticationProperties)

指定した をシリアル化します model

Serialize(AuthenticationProperties)

Serialize(AuthenticationProperties)

ソース:
PropertiesSerializer.cs
ソース:
PropertiesSerializer.cs

指定した をシリアル化します model

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

パラメーター

model
AuthenticationProperties

シリアル化する値。

戻り値

Byte[]

シリアル化データ。

実装

適用対象

Serialize(AuthenticationProperties)

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

パラメーター

戻り値

Byte[]

実装

適用対象