File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ Retrieve the :method:`KeyVault <getKeyVault()>` object and use the
109
109
keys in a new ``masterKey``. If no new ``masterKey`` is given, each
110
110
data key retains its respective current ``masterKey``.
111
111
112
- Rewrap Data Keys with Current `` masterKey``
112
+ Rewrap Data Keys with the Current masterKey
113
113
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
114
114
115
115
The following example shows how you can rewrap each data key with its
@@ -121,11 +121,10 @@ respective current ``masterKey``:
121
121
122
122
keyVault.rewrapManyDataKey()
123
123
124
- Migrate to a New `` masterKey``
125
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
124
+ Rewrap Data Keys with a New masterKey
125
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
126
126
127
- The following example shows how you can use
128
- :method:`KeyVault.rewrapManyDataKey()` to migrate to a new ``masterKey``:
127
+ The following example shows how you can rewrap each data key with a new ``masterKey``:
129
128
130
129
.. code-block:: javascript
131
130
You can’t perform that action at this time.
0 commit comments