Click or drag to resize
MimeKit

SecureMimeDigitalCertificateName Property

Gets the name of the owner of the certificate.

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

Property Value

String
The name of the owner.

Implements

IDigitalCertificateName
Remarks
Gets the name of the owner of the certificate.
See Also