CustomSignHash

ICustomSignHash.CustomSignHash method

Signs the given hash using a custom signing implementation.

public byte[] CustomSignHash(byte[] signableHash, HashAlgorithm hashAlgorithm, 
    SignatureContext signatureContext)
Parameter Type Description
signableHash Byte[] The hash value to be signed.
hashAlgorithm HashAlgorithm The hash algorithm used to generate the hash.
signatureContext SignatureContext The context providing additional signature-related options.

Return Value

The signed hash as a byte array.

See Also