Supported digest (hash) algorithms for producing CMS (PKCS#7) PDF signature values.
Definition
Namespace:Telerik.Documents.Fixed.Model.DigitalSignatures
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public enum DigestAlgorithmType
Fields
SHA-256 (256-bit). Recommended default: strong, widely supported, and efficient.
C#
Sha256 = 0
SHA-384 (384-bit). Use when organizational policy or key size (e.g. P-384) mandates higher strength.
C#
Sha384 = 1
SHA-512 (512-bit). Use for highest SHA-2 family strength or long‑term archival policies; may have slightly higher computational cost.
C#
Sha512 = 2