PropertiesSerializer Class¶
- Namespace
Microsoft.AspNetCore.Authentication
- Assemblies
- Microsoft.AspNetCore.Authentication
Syntax¶
public class PropertiesSerializer : IDataSerializer<AuthenticationProperties>
-
class
Microsoft.AspNetCore.Authentication.
PropertiesSerializer
Properties¶
-
Microsoft.AspNetCore.Authentication.PropertiesSerializer.
Default
¶ Return type: Microsoft.AspNetCore.Authentication.PropertiesSerializer public static PropertiesSerializer Default { get; }
-
Methods¶
-
Deserialize
(System.Byte[])¶ Return type: Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties public virtual AuthenticationProperties Deserialize(byte[] data)
-
Read
(System.IO.BinaryReader)¶ Return type: Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties public virtual AuthenticationProperties Read(BinaryReader reader)
-
Serialize
(Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties)¶ Return type: System.Byte<System.Byte>[] public virtual byte[] Serialize(AuthenticationProperties model)
-
Write
(System.IO.BinaryWriter, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties)¶ public virtual void Write(BinaryWriter writer, AuthenticationProperties properties)
-