Click or drag to resize
MimeKit

X509CertificateRecordSubjectDnsNames Property

Gets the subject DNS names.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public string[] SubjectDnsNames { get; }

Property Value

String
The subject DNS names.
Remarks
Gets the subject DNS names.
See Also