AuthenticationTicket Class

 

Contains user identity information as well as additional authentication state.

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.AuthenticationTicket

Syntax

public class AuthenticationTicket
public ref class AuthenticationTicket 
type AuthenticationTicket = class end
Public Class AuthenticationTicket

Constructors

Name Description
System_CAPS_pubmethod AuthenticationTicket(ClaimsIdentity, AuthenticationProperties)

Initializes a new instance of the AuthenticationTicket class

Properties

Name Description
System_CAPS_pubproperty Identity

Gets the authenticated user identity.

System_CAPS_pubproperty Properties

Additional state values for the authentication session.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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 Namespace

Return to top