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 | |
---|---|---|
AuthenticationTicket(ClaimsIdentity, AuthenticationProperties) | Initializes a new instance of the AuthenticationTicket class |
Properties
Name | Description | |
---|---|---|
Identity | Gets the authenticated user identity. |
|
Properties | Additional state values for the authentication session. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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