X509V1CertificateGeneratorSetIssuerDN Method

Set the issuer distinguished name. The issuer is the entity whose private key is used to sign the certificate.

Definition

Namespace: Org.BouncyCastle.X509
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public void SetIssuerDN(
	X509Name issuer
)

Parameters

issuer  X509Name
The issuers DN.

See Also