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
System_CAPS_pubmethodSystem_CAPS_static SignAsync(KeyVaultClient, JsonWebKey, String, Byte[])

Asynchronously creates a signature from a digest using the specified key in the vault.

System_CAPS_pubmethodSystem_CAPS_static 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