Table of Contents

Enum SslNegotiation

Namespace
Npgsql
Assembly
Npgsql.dll

Specifies how to initialize SSL session.

public enum SslNegotiation

Fields

Direct = 1

Start SSL handshake directly after establishing the TCP/IP connection.

Postgres = 0

Perform PostgreSQL protocol negotiation.