VerificationResultDocumentStatus Enumeration |
The result of a verification operation performed on a digital signature.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public enum VerificationResultDocumentStatus
Public Enumeration VerificationResultDocumentStatus
public enum class VerificationResultDocumentStatus
pdftron.PDF.VerificationResultDocumentStatus = function();
pdftron.PDF.VerificationResultDocumentStatus.createEnum('pdftron.PDF.VerificationResultDocumentStatus', false);
Members
| Member name | Value | Description |
---|
| e_no_error | 0 | |
| e_corrupt_file | 1 | |
| e_unsigned | 2 | |
| e_bad_byteranges | 3 | |
| e_corrupt_cryptographic_contents | 4 | |
See Also