| CmsSignerCertificate Property |
Get the signer's certificate.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public X509Certificate Certificate { get; }
Property Value
X509CertificateThe signer's certificate.
Remarks
The signer's certificate that contains a public key that can be used for
verifying the digital signature.
See Also