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
X509CertificateCollection certificates

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

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX