Aspose::Pdf::Signatures::CompromiseCheckResult class

CompromiseCheckResult class

Represents a class for checking document digital signatures for compromise.

class CompromiseCheckResult : public System::Object

Methods

MethodDescription
get_HasCompromisedSignatures()Indicates whether there are any compromised digital signatures in the document. Returns true if at least one signature is compromised; otherwise, false.
get_SignaturesCoverage() constGets the coverage state of digital signatures in a document. If it is equal to SignaturesCoverage::Undefined, then one of the signatures is compromised.

See Also