Npgsql Api Docs

ProvideClientCertificatesCallback Delegate

Represents the method that allows the application to provide a certificate collection to be used for SSL clien authentication

[Visual Basic]
Public Delegate Sub ProvideClientCertificatesCallback( _
   ByVal certificates As X509CertificateCollection _
)
[C#]
public delegate void ProvideClientCertificatesCallback(
   X509CertificateCollection certificates
);

Parameters

certificates
A X509CertificateCollection to be filled with one or more client certificates.

Requirements

Namespace: Npgsql

Assembly: Npgsql (in )

See Also

Npgsql Namespace