PropertiesSerializer クラス

定義

public ref class PropertiesSerializer : Microsoft::AspNetCore::Authentication::IDataSerializer<Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^>
public ref class PropertiesSerializer : Microsoft::AspNetCore::Authentication::IDataSerializer<Microsoft::AspNetCore::Authentication::AuthenticationProperties ^>
public class PropertiesSerializer : Microsoft.AspNetCore.Authentication.IDataSerializer<Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties>
public class PropertiesSerializer : Microsoft.AspNetCore.Authentication.IDataSerializer<Microsoft.AspNetCore.Authentication.AuthenticationProperties>
type PropertiesSerializer = class
    interface IDataSerializer<AuthenticationProperties>
Public Class PropertiesSerializer
Implements IDataSerializer(Of AuthenticationProperties)
継承
PropertiesSerializer
実装

コンストラクター

PropertiesSerializer()

AuthenticationPropertiesIDataSerializer<TModel>

プロパティ

Default

PropertiesSerializer の既定のインスタンスを取得します。

メソッド

Deserialize(Byte[])

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

Read(BinaryReader)

AuthenticationPropertiesIDataSerializer<TModel>

Serialize(AuthenticationProperties)

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

Serialize(AuthenticationProperties)

AuthenticationPropertiesIDataSerializer<TModel>

Write(BinaryWriter, AuthenticationProperties)

AuthenticationPropertiesIDataSerializer<TModel>

Write(BinaryWriter, AuthenticationProperties)

AuthenticationPropertiesIDataSerializer<TModel>

適用対象