File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
samples/features/security/always-encrypted-with-secure-enclaves Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ You need two machines (they can be virtual machines):
47
47
+ Look for the line that looks like this:
48
48
```csharp
49
49
<connectionStrings>
50
- <add name="DefaultConnection" connectionString="Data Source=.;Initial Catalog=Clinic; Integrated Security=true; Column Encrypteiond Setting = Enabled; Enclave Attestation URL=http://YourHGSComputer/Attestation"
50
+ <add name="DefaultConnection" connectionString="Data Source=.;Initial Catalog=Clinic; Integrated Security=true; Column Encryption Setting = Enabled; Enclave Attestation URL=http://YourHGSComputer/Attestation"
51
51
</connectionStrings>
52
52
```
53
53
+ Make sure the value of the **Data Source** key word in the database connection string is correct (identifies your instance).
@@ -148,4 +148,4 @@ You need two machines (they can be virtual machines):
148
148
## Resetting your demo environment
149
149
1 . Open and execute ** tsql-scripts/DecryptColumns.sql** .
150
150
1 . Open and execute ** tsql-scripts/DropKeys.sql** .
151
- 1 . Close both SSMS windows.
151
+ 1 . Close both SSMS windows.
You can’t perform that action at this time.
0 commit comments