TicketDataFormat Class

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.DataHandler.SecureDataFormat<AuthenticationTicket>
    Microsoft.Owin.Security.DataHandler.TicketDataFormat

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

Syntax

'Declaration
Public Class TicketDataFormat _
    Inherits SecureDataFormat(Of AuthenticationTicket)
'Usage
Dim instance As TicketDataFormat
public class TicketDataFormat : SecureDataFormat<AuthenticationTicket>
public ref class TicketDataFormat : public SecureDataFormat<AuthenticationTicket^>
type TicketDataFormat =  
    class 
        inherit SecureDataFormat<AuthenticationTicket>
    end
public class TicketDataFormat extends SecureDataFormat<AuthenticationTicket>

The TicketDataFormat type exposes the following members.

Constructors

  Name Description
Public method TicketDataFormat

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Protect (Inherited from SecureDataFormat<TData>.)
Public method ToString (Inherited from Object.)
Public method Unprotect (Inherited from SecureDataFormat<TData>.)

Top

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

Reference

Microsoft.Owin.Security.DataHandler Namespace