TicketDataFormat Class
Namespace: Microsoft.Owin.Security.DataHandler
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.DataHandler.SecureDataFormat<TData>
Microsoft.Owin.Security.DataHandler.TicketDataFormat
Syntax
public class TicketDataFormat : SecureDataFormat<AuthenticationTicket>
public ref class TicketDataFormat : SecureDataFormat<AuthenticationTicket^>
type TicketDataFormat =
class
inherit SecureDataFormat<AuthenticationTicket>
end
Public Class TicketDataFormat
Inherits SecureDataFormat(Of AuthenticationTicket)
Constructors
Name | Description | |
---|---|---|
![]() |
TicketDataFormat(IDataProtector) |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
Protect(TData) | (Inherited from SecureDataFormat<TData>.) |
![]() |
ToString() | (Inherited from Object.) |
![]() |
Unprotect(String) | (Inherited from SecureDataFormat<TData>.) |
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 Namespace
Return to top