Share via


TicketSerializer Class

 

Represents a ticket serializer.

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.DataHandler.Serializer.TicketSerializer

Syntax

public class TicketSerializer : IDataSerializer<AuthenticationTicket>
public ref class TicketSerializer : IDataSerializer<AuthenticationTicket^>
type TicketSerializer = 
    class
        interface IDataSerializer<AuthenticationTicket>
    end
Public Class TicketSerializer
    Implements IDataSerializer(Of AuthenticationTicket)

Constructors

Name Description
System_CAPS_pubmethod TicketSerializer()

Initializes a new instance of the TicketSerializer class.

Methods

Name Description
System_CAPS_pubmethod Deserialize(Byte[])

Deserializes the ticket data.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static Read(BinaryReader)

Reads a specified data from the reader.

System_CAPS_pubmethod Serialize(AuthenticationTicket)

Serializes a data with a given model.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_static Write(BinaryWriter, AuthenticationTicket)

Writes a data from the specified writer.

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

Microsoft.Owin.Security.DataHandler.Serializer Namespace

Return to top