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 to be filled with one or more client certificates.

    • Improve this Doc
    • View Source
    In This Article
    Back to top © Copyright 2023 The Npgsql Development Team