Aspose::Pdf::SignaturesCompromiseDetector class

SignaturesCompromiseDetector class

Represents a class for checking compromising signatures of the document.

class SignaturesCompromiseDetector : public System::Object

Methods

MethodDescription
Check(System::SharedPtr<Signatures::CompromiseCheckResult>&)Check the digital signatures of the document for compromise.
SignaturesCompromiseDetector(System::SharedPtr<Document>)Creates an instance of SignaturesCompromiseDetector class.

Remarks

The detector checks only known ways to compromise signatures. Verification cannot provide a 100% guarantee of the absence of signature compromise and may yield a false negative result for new, unknown compromise methods different from those being tested.

See Also