Click or drag to resize
MimeKit

SecureMimeDigitalCertificateDnsNames Property

Get the DNS names of the owner of the certificate.

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

Property Value

String
The DNS name.
Remarks
Gets the DNS names of the owner of the certificate.
See Also