PropertiesSerializer Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Eine IDataSerializer<TModel>-Struktur für AuthenticationProperties.
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)
- Vererbung
-
PropertiesSerializer
- Implementiert
Konstruktoren
PropertiesSerializer() |
Eine IDataSerializer<TModel>-Struktur für AuthenticationProperties. |
Eigenschaften
Default |
Ruft die Standardinstanz von PropertiesSerializer ab. |
Methoden
Deserialize(Byte[]) |
Deserialisiert das angegebene |
Read(BinaryReader) |
Eine IDataSerializer<TModel>-Struktur für AuthenticationProperties. |
Serialize(AuthenticationProperties) |
Serialisiert den angegebenen |
Serialize(AuthenticationProperties) |
Eine IDataSerializer<TModel>-Struktur für AuthenticationProperties. |
Write(BinaryWriter, AuthenticationProperties) |
Eine IDataSerializer<TModel>-Struktur für AuthenticationProperties. |
Write(BinaryWriter, AuthenticationProperties) |
Eine IDataSerializer<TModel>-Struktur für AuthenticationProperties. |