Get the subject of this certificate.

Namespace: Org.BouncyCastle.X509
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public virtual X509Name SubjectDN { get; }
Visual Basic
Public Overridable ReadOnly Property SubjectDN As X509Name
	Get
Visual C++
public:
virtual property X509Name^ SubjectDN {
	X509Name^ get ();
}

Return Value

An X509Name object containing name and value pairs.

See Also