1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for .NET
  4. /
  5. GroupDocs.Signature.Options
  6. /
  7. ICustomSignHash

ICustomSignHash

ICustomSignHash interface

Defines a contract for custom hash signing operations.

public interface ICustomSignHash

Methods

Name Description
CustomSignHash(byte[], HashAlgorithm, SignatureContext) Signs the given hash using a custom signing implementation.

See Also