Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit dd30b8b

Browse files
authored
added sql colorizer
1 parent 5694f45 commit dd30b8b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/t-sql/functions/decryptbykeyautoasymkey-transact-sql.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ This function decrypts encrypted data. To do this, it first decrypts a symmetric
2929
## Syntax
3030

3131
```syntaxsql
32-
3332
DecryptByKeyAutoAsymKey ( akey_ID , akey_password
3433
, { 'ciphertext' | @ciphertext }
3534
[ , { add_authenticator | @add_authenticator }
@@ -84,7 +83,7 @@ Requires `VIEW DEFINITION` permission on the symmetric key, and `CONTROL` permis
8483
## Examples
8584
This example shows how `DECRYPTBYKEYAUTOASYMKEY` can simplify decryption code. This code should run on an [!INCLUDE[ssSampleDBobject](../../includes/sssampledbobject-md.md)] database that does not already have a database master key.
8685

87-
```
86+
```sql
8887
--Create the keys and certificate.
8988
USE AdventureWorks2012;
9089
CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'mzkvdMlk979438teag$$ds987yghn)(*&4fdg^';

0 commit comments

Comments
 (0)