Click or drag to resize
MimeKit

SecureMimeDigitalSignatureSignerCertificate Property

Gets certificate used by the signer.

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

Property Value

IDigitalCertificate
The signer's certificate.

Implements

IDigitalSignatureSignerCertificate
Remarks
Gets certificate used by the signer.
See Also