X509CertificateSubjectDN Property
Get the subject of this certificate.
Namespace: Org.BouncyCastle.X509Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public virtual X509Name SubjectDN { get; }
Public Overridable ReadOnly Property SubjectDN As X509Name
Get
function get_SubjectDN();
Return Value
X509NameAn X509Name object containing name and value pairs.