Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Exposes the security.SignIn environment value as a strong type.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
AuthenticationResponseGrant AuthenticationResponseGrant { get; set; }
property AuthenticationResponseGrant^ AuthenticationResponseGrant {
AuthenticationResponseGrant^ get();
void set(AuthenticationResponseGrant^ value);
}
abstract AuthenticationResponseGrant : AuthenticationResponseGrant with get, set
Property AuthenticationResponseGrant As AuthenticationResponseGrant
Property Value
Type: Microsoft.Owin.Security.AuthenticationResponseGrant
Returns AuthenticationResponseGrant.
See Also
IAuthenticationManager Interface
Microsoft.Owin.Security Namespace
Return to top