Aspose::Pdf::Security::ValidationResult::get_Status method

ValidationResult::get_Status method

Gets the status of the validation process for a certificate.

ValidationStatus Aspose::Pdf::Security::ValidationResult::get_Status() const

Remarks

The Status property indicates the outcome of the certificate validation. Possible values are defined in the ValidationStatus enumeration, such as Valid, Invalid, or Undefined. It provides an insight into whether the certificate passed the validation checks or not.

See Also