ISelectClientCertificateCallbackSelect Method |
Version 79.1.350
Callback interface used to select a client certificate for authentication.
value means that no client certificate should be used.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 76.1.90.0 (76.1.90.0)
Syntax void Select(
X509Certificate2 selectedCert
)
void Select(
X509Certificate2^ selectedCert
)
Parameters
- selectedCert
- Type: System.Security.Cryptography.X509CertificatesX509Certificate2
selected certificate
See Also