Delegate ProvideClientCertificatesCallback
Represents a method that allows the application to provide a certificate collection to be used for SSL client authentication
Namespace: Npgsql
Assembly: Npgsql.dll
Syntax
public delegate void ProvideClientCertificatesCallback(X509CertificateCollection certificates);
Parameters
Type | Name | Description |
---|---|---|
X509CertificateCollection | certificates | A X509CertificateCollection to be filled with one or more client certificates. |