Get the subject of this certificate.
Namespace: Org.BouncyCastle.X509Assembly: 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 (); } |