ContentVerificationResults Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
contverresError | 0 | The verification resulted in an error. |
contverresVerifying | 1 | The content of the document is currently being verified. |
contverresUnverified | 2 | The document has not been verified. |
contverresValid | 3 | The content of the has been verified and is valid. |
contverresModified | 4 | The content of the document has been modified since it was digitally signed. |