Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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