You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/snippets/Microsoft.Data.SqlClient/SqlColumnEncryptionKeyStoreProvider.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
Decrypts the specified encrypted value of a column encryption key. The encrypted value is expected to be encrypted using the column master key with the specified key path and using the specified algorithm.
25
25
</summary>
26
26
<returns>
27
-
Returns <seecref="T:System.Byte" /> array representing the decrypted column encryption key.
27
+
Returns <seecref="T:System.Byte[]" /> array representing the decrypted column encryption key.
28
28
</returns>
29
29
</DecryptColumnEncryptionKey>
30
30
<DecryptColumnEncryptionKeyAsync>
@@ -41,7 +41,7 @@
41
41
Decrypts the specified encrypted value of a column encryption key asynchronously. The encrypted value is expected to be encrypted using the column master key with the specified key path and using the specified algorithm.
42
42
</summary>
43
43
<returns>
44
-
Returns a task that returns <seecref="T:System.Byte" /> array representing the decrypted column encryption key on completion.
44
+
Returns a task that returns <seecref="T:System.Byte[]" /> array representing the decrypted column encryption key on completion.
45
45
</returns>
46
46
</DecryptColumnEncryptionKeyAsync>
47
47
<EncryptColumnEncryptionKey>
@@ -58,7 +58,7 @@
58
58
Encrypts a column encryption key using the column master key with the specified key path and using the specified algorithm.
59
59
</summary>
60
60
<returns>
61
-
Returns <seecref="T:System.Byte" /> array representing the encrypted column encryption key.
61
+
Returns <seecref="T:System.Byte[]" /> array representing the encrypted column encryption key.
62
62
</returns>
63
63
</EncryptColumnEncryptionKey>
64
64
<EncryptColumnEncryptionKeyAsync>
@@ -75,7 +75,7 @@
75
75
Encrypts a column encryption key asynchronously using the column master key with the specified key path and using the specified algorithm.
76
76
</summary>
77
77
<returns>
78
-
Returns a task that returns <seecref="T:System.Byte" /> array representing the encrypted column encryption key on completion.
78
+
Returns a task that returns <seecref="T:System.Byte[]" /> array representing the encrypted column encryption key on completion.
0 commit comments