DataSerializers.Ticket Property
Gets or sets the ticket data serializer.
Namespace: Microsoft.Owin.Security.DataHandler.Serializer
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public static IDataSerializer<AuthenticationTicket> Ticket { get; set; }
public:
property IDataSerializer<AuthenticationTicket^>^ Ticket {
static IDataSerializer<AuthenticationTicket^>^ get();
static void set(IDataSerializer<AuthenticationTicket^>^ value);
}
static member Ticket : IDataSerializer<AuthenticationTicket> with get, set
Public Shared Property Ticket As IDataSerializer(Of AuthenticationTicket)
Property Value
Type: Microsoft.Owin.Security.DataHandler.Serializer.IDataSerializer<AuthenticationTicket>
The ticket data serializer.
See Also
DataSerializers Class
Microsoft.Owin.Security.DataHandler.Serializer Namespace
Return to top