CustomSignHash
Leave feedback
On this page
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. |
The signed hash as a byte array.
- enum HashAlgorithm
- class SignatureContext
- interface ICustomSignHash
- namespace GroupDocs.Signature.Options
- assembly GroupDocs.Signature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.