Gets the subject of this digital certificate.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public string Subject { get; }
Visual Basic
Public ReadOnly Property Subject As String
	Get
Visual C++
public:
property String^ Subject {
	String^ get ();
}

Property Value

Type: String

See Also