Click or drag to resize
MimeKit

CmsRecipientCertificate Property

Gets the recipient's certificate.

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

Property Value

X509Certificate
The certificate.
Remarks
The certificate is used for the purpose of encrypting data.
See Also