Click or drag to resize

SignatureValidationError Constructor

Initializes a new instance of the SignatureValidationError class.

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 SignatureValidationError(
	string message,
	SignatureValidationErrorSeverity severity
)

Parameters

message
Type: SystemString
The message associated with the error.
severity
Type: Atalasoft.PdfDoc.DigitalSignaturesSignatureValidationErrorSeverity
The severity of the error.
Exceptions
ExceptionCondition
ArgumentNullException
See Also