Aspose::Pdf::SignaturesCompromiseDetector::Check method

SignaturesCompromiseDetector::Check method

Check the digital signatures of the document for compromise.

bool Aspose::Pdf::SignaturesCompromiseDetector::Check(System::SharedPtr<Signatures::CompromiseCheckResult> &compromiseCheckResult)
ParameterTypeDescription
compromiseCheckResultSystem::SharedPtr<Signatures::CompromiseCheckResult>&The result of verification of the document.

ReturnValue

True, if the compromise of the signatures is not detected.

Remarks

The using of this method for a document in which there are no digital signatures will return True.

See Also