IDigestCalculator.ComputeDigest(Stream) Method
Calculates the digest value for the specified data.
Namespace: DevExpress.Office.DigitalSignatures
Assembly: DevExpress.Pdf.v25.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | The stream that contains data used to calculate the digest value. |
Returns
| Type | Description |
|---|---|
| Byte[] | The digest value. |
See Also