mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-20 01:25:41 -05:00
Secure enclave touch ups (#1964)
This commit is contained in:
@@ -1428,6 +1428,10 @@ namespace Microsoft.SqlTools.ServiceLayer.Connection
|
||||
switch (connectionDetails.SecureEnclaves.ToUpper())
|
||||
{
|
||||
case "ENABLED":
|
||||
if (string.IsNullOrEmpty(connectionDetails.EnclaveAttestationProtocol))
|
||||
{
|
||||
throw new ArgumentException(SR.ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves);
|
||||
}
|
||||
break;
|
||||
case "DISABLED":
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user