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

'Declaration
Property AuthenticationResponseGrant As AuthenticationResponseGrant 
    Get 
    Set
'Usage
Dim instance As IAuthenticationManager 
Dim value As AuthenticationResponseGrant 

value = instance.AuthenticationResponseGrant

instance.AuthenticationResponseGrant = value
AuthenticationResponseGrant AuthenticationResponseGrant { get; set; }
property AuthenticationResponseGrant^ AuthenticationResponseGrant {
    AuthenticationResponseGrant^ get ();
    void set (AuthenticationResponseGrant^ value);
}
abstract AuthenticationResponseGrant : AuthenticationResponseGrant with get, set
function get AuthenticationResponseGrant () : AuthenticationResponseGrant 
function set AuthenticationResponseGrant (value : AuthenticationResponseGrant)

Property Value

Type: Microsoft.Owin.Security.AuthenticationResponseGrant
Returns AuthenticationResponseGrant.

See Also

Reference

IAuthenticationManager Interface

Microsoft.Owin.Security Namespace