IAuthenticationManager.AuthenticationResponseGrant Property

 

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