ContentVerificationResults Enum

Definition

Provides the status of verifying whether the content of a document has changed.

public enum class ContentVerificationResults
public enum ContentVerificationResults
type ContentVerificationResults = 
Public Enum ContentVerificationResults
Inheritance
ContentVerificationResults

Fields

contverresError 0

The verification resulted in an error.

contverresModified 4

The content of the document has been modified since it was digitally signed.

contverresUnverified 2

The document has not been verified.

contverresValid 3

The content of the has been verified and is valid.

contverresVerifying 1

The content of the document is currently being verified.

Applies to