IAuthenticationManager.AuthenticationResponseChallenge Property
Exposes the security.Challenge environment value as a strong type.
Namespace: Microsoft.Owin.Security
Assembly: Microsoft.Owin (in Microsoft.Owin.dll)
Syntax
'Declaration
Property AuthenticationResponseChallenge As AuthenticationResponseChallenge
Get
Set
'Usage
Dim instance As IAuthenticationManager
Dim value As AuthenticationResponseChallenge
value = instance.AuthenticationResponseChallenge
instance.AuthenticationResponseChallenge = value
AuthenticationResponseChallenge AuthenticationResponseChallenge { get; set; }
property AuthenticationResponseChallenge^ AuthenticationResponseChallenge {
AuthenticationResponseChallenge^ get ();
void set (AuthenticationResponseChallenge^ value);
}
abstract AuthenticationResponseChallenge : AuthenticationResponseChallenge with get, set
function get AuthenticationResponseChallenge () : AuthenticationResponseChallenge
function set AuthenticationResponseChallenge (value : AuthenticationResponseChallenge)
Property Value
Type: Microsoft.Owin.Security.AuthenticationResponseChallenge
Returns AuthenticationResponseChallenge.