File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,10 @@ KeyVault.getKey()
35
35
36
36
Document representing a matching data encryption key.
37
37
38
- Returns nothing if no key in the key vault has the specified
39
- ``UUID``.
40
-
38
+ If no matching data encryption key is found,
39
+ ``KeyVault.getKey()`` returns an object containing a hint that no
40
+ key was found.
41
+
41
42
Behavior
42
43
--------
43
44
Original file line number Diff line number Diff line change @@ -30,8 +30,9 @@ KeyVault.getKeyByAltName()
30
30
31
31
Document representing a matching data encryption key.
32
32
33
- Returns nothing if no data encryption key has the specified
34
- ``keyAltName``.
33
+ If no matching data encryption key is found,
34
+ ``KeyVault.getKeyByAltName()`` returns an object containing a hint
35
+ that no key was found.
35
36
36
37
Behavior
37
38
--------
You can’t perform that action at this time.
0 commit comments