Click or drag to resize
MimeKit

IDigitalSignatureSignerCertificate Property

Gets certificate used by the signer.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
IDigitalCertificate SignerCertificate { get; }

Property Value

IDigitalCertificate
The signer's certificate.
Remarks
Gets certificate used by the signer.
See Also