IAuthCallbackContinue Method |
Version 130.1.90
Continue the authentication request.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax void Continue(
string username,
string password
)
void Continue(
String^ username,
String^ password
)
Parameters
- username String
- requested username
- password String
- requested password
See Also