Click or drag to resize

SignatureValidationErrorSeverity Enumeration

Describes the severity of an error that occurred while validating a PDF digital signature

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 SignatureValidationErrorSeverity
Members
  Member nameDescription
Information Occurs when there is no issue, but there is associated information.
Warning Occurs when the issue may be acceptable under certain circumstances.
Fatal Occurs when the issue is not acceptable.
See Also