Class SignaturesCompromiseDetector

SignaturesCompromiseDetector class

Represents a class for checking compromising signatures of the document.

public sealed class SignaturesCompromiseDetector

Constructors

NameDescription
SignaturesCompromiseDetector(Document)Creates an instance of SignaturesCompromiseDetector class.

Methods

NameDescription
Check(out CompromiseCheckResult)Check the digital signatures of the document for compromise.

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