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

AuthenticationResponseChallenge AuthenticationResponseChallenge { get; set; }
property AuthenticationResponseChallenge^ AuthenticationResponseChallenge {
    AuthenticationResponseChallenge^ get();
    void set(AuthenticationResponseChallenge^ value);
}
abstract AuthenticationResponseChallenge : AuthenticationResponseChallenge with get, set
Property AuthenticationResponseChallenge As AuthenticationResponseChallenge

Property Value

Type: Microsoft.Owin.Security.AuthenticationResponseChallenge

Returns AuthenticationResponseChallenge.

See Also

IAuthenticationManager Interface
Microsoft.Owin.Security Namespace

Return to top