Share via


PropertiesSerializer Class

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.DataHandler.Serializer.PropertiesSerializer

Namespace:  Microsoft.Owin.Security.DataHandler.Serializer
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

'Declaration
Public Class PropertiesSerializer _
    Implements IDataSerializer(Of AuthenticationProperties)
'Usage
Dim instance As PropertiesSerializer
public class PropertiesSerializer : IDataSerializer<AuthenticationProperties>
public ref class PropertiesSerializer : IDataSerializer<AuthenticationProperties^>
type PropertiesSerializer =  
    class 
        interface IDataSerializer<AuthenticationProperties>
    end
public class PropertiesSerializer implements IDataSerializer<AuthenticationProperties>

The PropertiesSerializer type exposes the following members.

Constructors

  Name Description
Public method PropertiesSerializer

Top

Methods

  Name Description
Public method Deserialize
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Read
Public method Serialize
Public method ToString (Inherited from Object.)
Public methodStatic member Write

Top

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

Reference

Microsoft.Owin.Security.DataHandler.Serializer Namespace