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
Public method TicketSerializer Initializes a new instance of the TicketSerializer class.

Top

Methods

  Name Description
Public method Deserialize Deserializes the ticket data.
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 Reads a specified data from the reader.
Public method Serialize Serializes a data with a given model.
Public method ToString (Inherited from Object.)
Public methodStatic member 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.

See Also

Reference

Microsoft.Owin.Security.DataHandler.Serializer Namespace