SignaturesCompromiseDetector.Check

SignaturesCompromiseDetector.Check method

Check the digital signatures of the document for compromise.

public bool Check(out CompromiseCheckResult compromiseCheckResult)
ParameterTypeDescription
compromiseCheckResultCompromiseCheckResult&The result of verification of the document.

Return Value

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