Click or drag to resize
MimeKit

X509CrlRecordIssuerName Property

Gets the issuer name of the certificate revocation list.

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

Property Value

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