Class CompromiseCheckResult

CompromiseCheckResult class

Represents a class for checking document digital signatures for compromise.

public sealed class CompromiseCheckResult

Properties

NameDescription
HasCompromisedSignatures { get; }Indicates whether there are any compromised digital signatures in the document. Returns true if at least one signature is compromised; otherwise, false.
SignaturesCoverage { get; }Gets the coverage state of digital signatures in a document. If it is equal to Undefined, then one of the signatures is compromised.

Fields

NameDescription
readonly CompromisedSignaturesGets a collection of digital signatures that have been identified as compromised. This property contains the list of all compromised signatures detected in the document.

See Also