Show / Hide Table of Contents

Delegate ProvideClientCertificatesCallback

Represents the 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
System.Security.Cryptography.X509Certificates.X509CertificateCollection certificates

A System.Security.Cryptography.X509Certificates.X509CertificateCollection to be filled with one or more client certificates.

Back to top Generated by DocFX