KeyVaultClientExtensions.SignAsync Method
Asynchronously creates a signature from a digest.
Namespace: Microsoft.Azure.KeyVault
Assembly: Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)
Overload List
Name | Description | |
---|---|---|
SignAsync(KeyVaultClient, JsonWebKey, String, Byte[]) | Asynchronously creates a signature from a digest using the specified key in the vault. |
|
SignAsync(KeyVaultClient, KeyBundle, String, Byte[]) | Asynchronously creates a signature from a digest using the specified key in the vault. |
See Also
KeyVaultClientExtensions Class
Microsoft.Azure.KeyVault Namespace
Return to top