TicketSerializer Class

 

Represents a ticket serializer.

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

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

public ref class TicketSerializer : IDataSerializer<AuthenticationTicket^>

NameDescription
System_CAPS_pubmethodTicketSerializer()

Initializes a new instance of the TicketSerializer class.

NameDescription
System_CAPS_pubmethodDeserialize(array<Byte>^)

Deserializes the ticket data.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticRead(BinaryReader^)

Reads a specified data from the reader.

System_CAPS_pubmethodSerialize(AuthenticationTicket^)

Serializes a data with a given model.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticWrite(BinaryWriter^, AuthenticationTicket^)

Writes a data from the specified writer.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: