Share via


AuthenticationTicket Class

Represents an authentication ticket.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.AuthenticationTicket

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

Syntax

'Declaration
Public Class AuthenticationTicket
'Usage
Dim instance As AuthenticationTicket
public class AuthenticationTicket
public ref class AuthenticationTicket
type AuthenticationTicket =  class end
public class AuthenticationTicket

The AuthenticationTicket type exposes the following members.

Constructors

  Name Description
Public method AuthenticationTicket

Top

Properties

  Name Description
Public property Identity Gets or sets the identity of this ticket.
Public property Properties

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 ToString (Inherited from Object.)

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 Namespace