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
109109keys in a new ``masterKey``. If no new ``masterKey`` is given, each
110110data key retains its respective current ``masterKey``.
111111
112- Rewrap Data Keys with Current `` masterKey``
112+ Rewrap Data Keys with the Current masterKey
113113~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
114114
115115The following example shows how you can rewrap each data key with its
@@ -121,11 +121,10 @@ respective current ``masterKey``:
121121
122122 keyVault.rewrapManyDataKey()
123123
124- Migrate to a New `` masterKey``
125- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
124+ Rewrap Data Keys with a New masterKey
125+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
126126
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``:
129128
130129.. code-block:: javascript
131130
You can’t perform that action at this time.
0 commit comments