TicketSerializer Class
Represents a ticket serializer.
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
| Name | Description | |
|---|---|---|
![]() | TicketSerializer() | Initializes a new instance of the TicketSerializer class. |
| Name | Description | |
|---|---|---|
![]() | Deserialize(array<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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


