X509CertificateSubjectDN Property

Get the subject of this certificate.

Definition

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

Return Value

X509Name
An X509Name object containing name and value pairs.

See Also