RequestInterceptedEventArgsAuthChallenge Property  | 
Version 102.0.100 
            Details of the Authorization Challenge encountered. If this is set then
            continueInterceptedRequest must contain an authChallengeResponse.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntaxpublic AuthChallenge AuthChallenge { get; }public:
property AuthChallenge^ AuthChallenge {
	AuthChallenge^ get ();
}Property Value
Type: 
AuthChallenge
See Also