Set the issuer distinguished name.
            The issuer is the entity whose private key is used to sign the certificate.
            
Namespace: Org.BouncyCastle.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public void SetIssuerDN( X509Name issuer )  | 
| Visual Basic | 
|---|
Public Sub SetIssuerDN ( _ issuer As X509Name _ )  | 
| Visual C++ | 
|---|
public: void SetIssuerDN( X509Name^ issuer )  | 
Parameters
- issuer
 - Type: Org.BouncyCastle.Asn1.X509..::..X509Name
The issuers DN.