Aspose::Pdf::Security::ValidationResult class

ValidationResult class

Represents the result of a validation process for a certificate.

class ValidationResult : public System::Object

Methods

MethodDescription
get_Message() constRepresents the message associated with the validation result.
get_Status() constGets the status of the validation process for a certificate.

Remarks

The ValidationResult class provides information about the outcome of validating a certificate, including its status and a message describing any issues encountered during the validation.

See Also