SignatureValidationResult Class Properties
In This Topic
For a list of all members of this type, see SignatureValidationResult members.
Public Properties
| | Name | Description |
 | ByteRangeDigestMatchesCms | Gets a value indicating if the byte range for the signature matches the cryptographic message syntax. |
 | CertificateTrusted | Gets a value indicating if the signer’s certificate is trusted. |
 | Field | Gets the SignatureFormField associated with this SignatureValidationResult. |
 | IsCryptographicallyValid | Gets a value indicating if the signature’s bytes are valid. |
 | SignerCertificate | Gets the signer’s certificate. |
 | Status | Gets the current status of the SignatureValidationResult. |
Top
See Also