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