DataSerializers.Properties Property

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

Syntax

'Declaration
Public Shared Property Properties As IDataSerializer(Of AuthenticationProperties)
    Get 
    Set
'Usage
Dim value As IDataSerializer(Of AuthenticationProperties)

value = DataSerializers.Properties 

DataSerializers.Properties = value
public static IDataSerializer<AuthenticationProperties> Properties { get; set; }
public:
static property IDataSerializer<AuthenticationProperties^>^ Properties {
    IDataSerializer<AuthenticationProperties^>^ get ();
    void set (IDataSerializer<AuthenticationProperties^>^ value);
}
static member Properties : IDataSerializer<AuthenticationProperties> with get, set
static function get Properties () : IDataSerializer<AuthenticationProperties>
static function set Properties (value : IDataSerializer<AuthenticationProperties>)

Property Value

Type: Microsoft.Owin.Security.DataHandler.Serializer.IDataSerializer<AuthenticationProperties>

See Also

Reference

DataSerializers Class

Microsoft.Owin.Security.DataHandler.Serializer Namespace