You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: conceptual/Npgsql/connection-string-parameters.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Root Certificate | Location of a CA certificate used to validate the
28
28
Check Certificate Revocation | Whether to check the certificate revocation list during authentication. | false
29
29
SSL Negotiation | Controls how SSL encryption is negotiated with the server, if SSL is used. Introduced in 9.0. [See docs for possible values and more info](security.md). | PGSSLNEGOTIATION
30
30
Channel Binding | Control whether channel binding is used when authenticating with SASL. Introduced in 8.0. | Prefer
31
-
Persist Security Info | When enabled, security-sensitive information, such as the password, will be included as part of connection string for tracing and logging. | false
31
+
Persist Security Info | When enabled, security-sensitive informationwill be included as part of connection string for tracing and logging. | false
32
32
Kerberos Service Name | The Kerberos service name to be used for authentication. [See docs for more info](security.md). | postgres
33
33
Include Realm | The Kerberos realm to be used for authentication. [See docs for more info](security.md).
34
34
Include Error Detail | When enabled, PostgreSQL error and notice details are included on <xref:Npgsql.PostgresException.Detail?displayProperty=nameWithType> and <xref:Npgsql.PostgresNotice.Detail?displayProperty=nameWithType>. These can contain sensitive data. | false
0 commit comments