Enum
DigestAlgorithmType

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.

Declaration

cs-api-definition
Sha256 = 0

Field Value

DigestAlgorithmType

Sha384

SHA-384 (384-bit). Use when organizational policy or key size (e.g. P-384) mandates higher strength.

Declaration

cs-api-definition
Sha384 = 1

Field Value

DigestAlgorithmType

Sha512

SHA-512 (512-bit). Use for highest SHA-2 family strength or long‑term archival policies; may have slightly higher computational cost.

Declaration

cs-api-definition
Sha512 = 2

Field Value

DigestAlgorithmType

In this article
DefinitionFieldsSha256Sha384Sha512
Not finding the help you need?
Contact Support