Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top © Copyright 2022 The Npgsql Development Team