KeyVaultClient.SignAsync Method

 

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

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

Overload List

Name Description
System_CAPS_pubmethod SignAsync(String, String, Byte[], CancellationToken)

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

System_CAPS_pubmethod SignAsync(String, String, String, String, Byte[], CancellationToken)

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

See Also

KeyVaultClient Class
Microsoft.Azure.KeyVault Namespace

Return to top