KeyVaultClientExtensions.UnwrapKeyAsync Method

 

Asynchronously unwraps a symmetric key.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Overload List

Name Description
System_CAPS_pubmethodSystem_CAPS_static UnwrapKeyAsync(KeyVaultClient, JsonWebKey, Byte[], String)

Asynchronously unwraps a symmetric key using the specified wrapping key and algorithm.

System_CAPS_pubmethodSystem_CAPS_static UnwrapKeyAsync(KeyVaultClient, KeyBundle, Byte[], String)

Asynchronously unwraps a symmetric key using the specified wrapping key and algorithm.

See Also

KeyVaultClientExtensions Class
Microsoft.Azure.KeyVault Namespace

Return to top