DataSerializers.Properties Property
Namespace: Microsoft.Owin.Security.DataHandler.Serializer
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public static IDataSerializer<AuthenticationProperties> Properties { get; set; }
public:
property IDataSerializer<AuthenticationProperties^>^ Properties {
static IDataSerializer<AuthenticationProperties^>^ get();
static void set(IDataSerializer<AuthenticationProperties^>^ value);
}
static member Properties : IDataSerializer<AuthenticationProperties> with get, set
Public Shared Property Properties As IDataSerializer(Of AuthenticationProperties)
Property Value
Type: Microsoft.Owin.Security.DataHandler.Serializer.IDataSerializer<AuthenticationProperties>
See Also
DataSerializers Class
Microsoft.Owin.Security.DataHandler.Serializer Namespace
Return to top