Class PackageSignatureVerificationResult
- Namespace
- DocWright.Signatures
- Assembly
- DocWright.Signatures.dll
The result of verifying every digital signature in a package.
public sealed class PackageSignatureVerificationResult
- Inheritance
-
PackageSignatureVerificationResult
- Inherited Members
Constructors
- PackageSignatureVerificationResult(IReadOnlyList<PackageSignature>)
Creates a verification result.
Properties
- AllSignaturesValid
Whether every signature in the package verified. false for an unsigned package: "nothing failed" and "everything passed" are not the same claim, and a caller that wants the first should ask IsSigned.
- IsSigned
Whether the package carries any digital signature at all.
- Signatures
The signatures found in the package, in package order.