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 | |
---|---|---|
![]() |
TicketSerializer() | Initializes a new instance of the TicketSerializer class. |
Methods
Name | Description | |
---|---|---|
![]() |
Deserialize(Byte[]) | Deserializes the ticket data. |
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() ![]() |
Read(BinaryReader) | Reads a specified data from the reader. |
![]() |
Serialize(AuthenticationTicket) | Serializes a data with a given model. |
![]() |
ToString() | (Inherited from Object.) |
![]() ![]() |
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