EnumDigestAlgorithmType
Enum
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:
cs-api-definition
public enum DigestAlgorithmType
Fields
Sha256
SHA-256 (256-bit). Recommended default: strong, widely supported, and efficient.
Sha384
SHA-384 (384-bit). Use when organizational policy or key size (e.g. P-384) mandates higher strength.
Sha512
SHA-512 (512-bit). Use for highest SHA-2 family strength or long‑term archival policies; may have slightly higher computational cost.