次の方法で共有


KeyVaultSignatureProvider.Sign(Byte[]) Method

Definition

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.

Applies to