X509CertificateIssuerDN Property

Get the Issuer Distinguished Name. (Who signed the certificate.)

Definition

Namespace: Org.BouncyCastle.X509
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public virtual X509Name IssuerDN { get; }

Return Value

X509Name
And X509Object containing name and value pairs.

See Also