Delegate SignHash

SignHash delegate

Delegate for custom sign the document hash (Beta).

public delegate byte[] SignHash(byte[] hash);
ParameterTypeDescription
hashByte[]Input hash of the document.

Return Value

Output signture.

See Also