Click or drag to resize

ISelectClientCertificateCallback.Select Method

Version 118.6.80
Callback interface used to select a client certificate for authentication. null value means that no client certificate should be used.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax
void Select(
	X509Certificate2 selectedCert
)

Parameters

selectedCert
Type: System.Security.Cryptography.X509Certificates.X509Certificate2
selected certificate
See Also