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)

System::Object
  Microsoft.Owin.Security::AuthenticationTicket

public ref class AuthenticationTicket 

NameDescription
System_CAPS_pubmethodAuthenticationTicket(ClaimsIdentity^, AuthenticationProperties^)

Initializes a new instance of the AuthenticationTicket class

NameDescription
System_CAPS_pubpropertyIdentity

Gets the authenticated user identity.

System_CAPS_pubpropertyProperties

Additional state values for the authentication session.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: