Click or drag to resize
MimeKit

X509CertificateRecordSubjectName Property

Gets the certificate's subject name.

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

Property Value

String
The certificate's subject name.
Remarks
Gets the certificate's subject name.
See Also