mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Introduce mssql connection property 'host name in certificate' (#21064)
This commit is contained in:
5
extensions/types/vscode-mssql.d.ts
vendored
5
extensions/types/vscode-mssql.d.ts
vendored
@@ -295,6 +295,11 @@ declare module 'vscode-mssql' {
|
||||
*/
|
||||
trustServerCertificate: boolean | undefined;
|
||||
|
||||
/**
|
||||
* Indicates the host name specified in TLS certificate that will be used by SQL Server to validate server certificate. When not specified, the server name is used by default for certificate validation.
|
||||
*/
|
||||
hostNameInCertificate: string | undefined;
|
||||
|
||||
/**
|
||||
* Gets or sets a Boolean value that indicates if security-sensitive information, such as the password, is not returned as part of the connection
|
||||
* if the connection is open or has ever been in an open state.
|
||||
|
||||
Reference in New Issue
Block a user