MySqlConnection.ProvideClientCertificatesCallback property
Gets or sets the delegate used to provide client certificates for connecting to a server.
public Func<X509CertificateCollection, ValueTask>? ProvideClientCertificatesCallback { get; set; }
Remarks
The provided X509CertificateCollection should be filled with the client certificate(s) needed to connect to the server.
See Also
- class MySqlConnection
- namespace MySqlConnector
- assembly MySqlConnector