PropertiesSerializer Class
Namespace: Microsoft.Owin.Security.DataHandler.Serializer
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.DataHandler.Serializer.PropertiesSerializer
Syntax
public class PropertiesSerializer : IDataSerializer<AuthenticationProperties>
public ref class PropertiesSerializer : IDataSerializer<AuthenticationProperties^>
type PropertiesSerializer =
class
interface IDataSerializer<AuthenticationProperties>
end
Public Class PropertiesSerializer
Implements IDataSerializer(Of AuthenticationProperties)
Constructors
Name | Description | |
---|---|---|
![]() |
PropertiesSerializer() |
Methods
Name | Description | |
---|---|---|
![]() |
Deserialize(Byte[]) | |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() ![]() |
Read(BinaryReader) | |
![]() |
Serialize(AuthenticationProperties) | |
![]() |
ToString() | (Inherited from Object.) |
![]() ![]() |
Write(BinaryWriter, AuthenticationProperties) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Owin.Security.DataHandler.Serializer Namespace
Return to top