Set the distinguished name of the issuer.
The issuer is the entity which is signing 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 issuer's DN.