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