AuthenticationResponseGrant Class

 

Exposes the security.SignIn environment value as a strong type.

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

System::Object
  Microsoft.Owin.Security::AuthenticationResponseGrant

public ref class AuthenticationResponseGrant 

NameDescription
System_CAPS_pubmethodAuthenticationResponseGrant(ClaimsIdentity^, AuthenticationProperties^)

Initializes a new instance of the AuthenticationResponseGrant class.

System_CAPS_pubmethodAuthenticationResponseGrant(ClaimsPrincipal^, AuthenticationProperties^)

Initializes a new instance of the AuthenticationResponseGrant class.

NameDescription
System_CAPS_pubpropertyIdentity

The identity associated with the user sign in.

System_CAPS_pubpropertyPrincipal

The security principal associated with the user sign in.

System_CAPS_pubpropertyProperties

Dictionary used to store state values about 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: