Skip to content

Commit 6643842

Browse files
Merge pull request #36948 from MicrosoftDocs/learn-build-service-prodbot/docutune-autopr-20260325-031801-2371775-ignore-build
[BULK] [Bundle-Security] - Scheduled execution to fix known issues
2 parents e0f398e + 0ddafb9 commit 6643842

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/connect/ado-net/sql/sqlclient-support-always-encrypted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ static byte[] GetEncryptedColumnEncryptonKey()
450450
{
451451
int cekLength = 32;
452452
String certificateStoreLocation = "CurrentUser";
453-
String certificateThumbprint = "698C7F8E21B2158E9AED4978ADB147CF66574180";
453+
String certificateThumbprint = "AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00";
454454
// Generate the plaintext column encryption key.
455455
byte[] columnEncryptionKey = new byte[cekLength];
456456
RNGCryptoServiceProvider rngCsp = new RNGCryptoServiceProvider();

docs/integration-services/scale-out/deal-with-certificates-in-ssis-scale-out.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ For example:
8686

8787
```cmd
8888
netsh http delete sslcert ipport=0.0.0.0:8391
89-
netsh http add sslcert ipport=0.0.0.0:8391 certhash=0011001100110011001100110011001100110011 certstorename=Root appid=<00001111-aaaa-2222-bbbb-3333cccc4444>
89+
netsh http add sslcert ipport=0.0.0.0:8391 certhash=AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00 certstorename=Root appid=<00001111-aaaa-2222-bbbb-3333cccc4444>
9090
```
9191

9292
#### 3. Update the Scale Out Master service configuration file

docs/relational-databases/security/encryption/develop-using-always-encrypted-with-net-framework-data-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ static byte[] GetEncryptedColumnEncryptionKey()
364364
{
365365
int cekLength = 32;
366366
String certificateStoreLocation = "CurrentUser";
367-
String certificateThumbprint = "698C7F8E21B2158E9AED4978ADB147CF66574180";
367+
String certificateThumbprint = "AA11BB22CC33DD44EE55FF66AA77BB88CC99DD00";
368368
// Generate the plaintext column encryption key.
369369
byte[] columnEncryptionKey = new byte[cekLength];
370370
RNGCryptoServiceProvider rngCsp = new RNGCryptoServiceProvider();

0 commit comments

Comments
 (0)