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() |
Свойства
Default |
Возвращает экземпляр PropertiesSerializer по умолчанию. |
Методы
Deserialize(Byte[]) |
Десериализует указанный |
Read(BinaryReader) | |
Serialize(AuthenticationProperties) |
Сериализует указанный |
Serialize(AuthenticationProperties) | |
Write(BinaryWriter, AuthenticationProperties) | |
Write(BinaryWriter, AuthenticationProperties) |