SignatureValidationInfo Properties
Contains signature validation information.| Name | Description |
|---|---|
| Certificate | Gets the signature certificate. |
| CheckDetails | Gets a list of validation check details. |
| FailedCheckDetails | Retrieves a list of information on checks that the signature failed. |
| FailedChecks | Obtains the check types that the signature failed to pass. |
| PassedCheckDetails | Retrieves a list of information on checks that the signature passed. |
| PassedChecks | Obtains the check types that the signature passed. |
| SignatureFileName | Gets the name of a signature in a package. |
| SignatureInfo | Obtains signature information. |
| SignatureTimestamp | Gets the date and time of the signature timestamp. |
| SignatureTimestampCertificates | Obtains the list of timestamp certificates. |
| SignatureXml | Gets a signature as an XML string. |
| ValidationResult | Gets the signature validation result. |
| ValidationResultMessage | Gets the validation result message. |
See Also