Click or drag to resize
MimeKit

X509CertificateRecordIssuerName Property

Gets the certificate's issuer name.

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

Property Value

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