Enum GssEncryptionMode
- Namespace
- Npgsql
- Assembly
- Npgsql.dll
Specifies how to manage GSS encryption.
public enum GssEncryptionMode
Fields
Disable = 0GSS encryption is disabled. If the server requires GSS encryption, the connection will fail.
Prefer = 1Prefer GSS encrypted connections if the server allows them, but allow connections without GSS encryption.
Require = 2Fail the connection if the server doesn't support GSS encryption.