An interface for a digital signature.
Readonly
The certificate used by the signer.
The public key algorithm used for the signature.
The digest algorithm used for the signature.
The creation date of the digital signature.
Verify the digital signature.
Optional
When true, only the signature itself is verified; otherwise both the signature and the certificate chain are validated.
true
true if the signature is valid.
An error verifying the signature occurred.
An interface for a digital signature.