Class CompromiseCheckResult
Contents
[
Hide
]CompromiseCheckResult class
Represents a class for checking document digital signatures for compromise.
public sealed class CompromiseCheckResult
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| readonly CompromisedSignatures | Gets 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
- namespace Aspose.Pdf.Signatures
- assembly Aspose.PDF