Click or drag to resize

UnsupportedContentDigestAlgorithmAction Enumeration

Defines the action to be taken when the contentdigest algorithm is not supported.

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum UnsupportedContentDigestAlgorithmAction
Members
  Member nameDescription
FallBackToSHA1 Fall back to the SHA1 digest algorithm. Can be used for PDF 1.7 and lower.
FallBackToSHA256 Fall back to the SHA256 digest algorithm.
ThrowException The throw an exception. Note that throwing an exception will result in an incompletely written file.
See Also