Get the Issuer Distinguished Name. (Who signed the certificate.)
Namespace: Org.BouncyCastle.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public virtual X509Name IssuerDN { get; } |
| Visual Basic |
|---|
Public Overridable ReadOnly Property IssuerDN As X509Name Get |
| Visual C++ |
|---|
public: virtual property X509Name^ IssuerDN { X509Name^ get (); } |