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
- enum HashAlgorithm
- class SignatureContext
- interface ICustomSignHash
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature