PropertiesSerializer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
- Inheritance
-
PropertiesSerializer
- Implements
Constructors
PropertiesSerializer() |
Properties
Default |
Gets the default instance of PropertiesSerializer. |
Methods
Deserialize(Byte[]) |
Deserializes the specified |
Read(BinaryReader) | System.Object.Read(System.IO.BinaryReader) |
Serialize(AuthenticationProperties) |
Serializes the specified |
Serialize(AuthenticationProperties) | |
Write(BinaryWriter, AuthenticationProperties) | System.Object.Write(System.IO.BinaryWriter,Microsoft.AspNetCore.Authentication.AuthenticationProperties) |
Write(BinaryWriter, AuthenticationProperties) |