Click or drag to resize
MimeKit

CmsSignerCertificate Property

Get the signer's certificate.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public X509Certificate Certificate { get; }

Property Value

X509Certificate
The signer's certificate.
Remarks
The signer's certificate that contains a public key that can be used for verifying the digital signature.
See Also