Click or drag to resize
MimeKit

X509CertificateRecordSubjectEmail Property

Gets the subject email address.

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

Property Value

String
The subject email address.
Remarks
Gets the subject email address.
See Also