mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Implement OnSelectClientCertificate (fixes #3789)
This commit is contained in:
committed by
Marshall Greenblatt
parent
030272fe4c
commit
fc20e76d3b
@ -192,8 +192,11 @@ class CefRequestHandler : public virtual CefBaseRefCounted {
|
||||
|
||||
///
|
||||
/// Called on the UI thread when a client certificate is being requested for
|
||||
/// authentication. Return false to use the default behavior and automatically
|
||||
/// select the first certificate available. Return true and call
|
||||
/// authentication. Return false to use the default behavior. If the
|
||||
/// |certificates| list is not empty the default behavior will be to display a
|
||||
/// dialog for certificate selection. If the |certificates| list is empty then
|
||||
/// the default behavior will be not to show a dialog and it will continue
|
||||
/// without using any certificate. Return true and call
|
||||
/// CefSelectClientCertificateCallback::Select either in this method or at a
|
||||
/// later time to select a certificate. Do not call Select or call it with
|
||||
/// NULL to continue without using any certificate. |isProxy| indicates
|
||||
|
Reference in New Issue
Block a user