Click or drag to resize
MimeKit

SecureMimeDigitalCertificateEmail Property

Gets the email address of the owner of the certificate.

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

Property Value

String
The email address.

Implements

IDigitalCertificateEmail
Remarks
Gets the email address of the owner of the certificate.
See Also