TicketSerializer Class
Represents a ticket serializer.
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.DataHandler.Serializer.TicketSerializer
Namespace: Microsoft.Owin.Security.DataHandler.Serializer
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
'Declaration
Public Class TicketSerializer _
Implements IDataSerializer(Of AuthenticationTicket)
'Usage
Dim instance As TicketSerializer
public class TicketSerializer : IDataSerializer<AuthenticationTicket>
public ref class TicketSerializer : IDataSerializer<AuthenticationTicket^>
type TicketSerializer =
class
interface IDataSerializer<AuthenticationTicket>
end
public class TicketSerializer implements IDataSerializer<AuthenticationTicket>
The TicketSerializer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TicketSerializer | Initializes a new instance of the TicketSerializer class. |
Top
Methods
Name | Description | |
---|---|---|
Deserialize | Deserializes the ticket data. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Read | Reads a specified data from the reader. | |
Serialize | Serializes a data with a given model. | |
ToString | (Inherited from Object.) | |
Write | Writes a data from the specified writer. |
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.