File tree Expand file tree Collapse file tree
samples/features/security/always-encrypted-with-secure-enclaves Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ You need two machines (they can be virtual machines):
4747 + Look for the line that looks like this:
4848 ```csharp
4949 <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"
5151 </connectionStrings>
5252 ```
5353 + 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):
148148## Resetting your demo environment
1491491 . Open and execute ** tsql-scripts/DecryptColumns.sql** .
1501501 . 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