KeyVaultSignatureProvider.Sign(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Produces a signature over the 'input' using Azure Key Vault.
public override byte[] Sign (byte[] input);
override this.Sign : byte[] -> byte[]
Public Overrides Function Sign (input As Byte()) As Byte()
Parameters
- input
- Byte[]
The bytes to sign.
Returns
Byte[]
A signature over the input.
Exceptions
if input
.Length == 0.
If Dispose has been called.