Gets issuer name of this digital certificate.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public string Issuer { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Issuer As String Get |
| Visual C++ |
|---|
public: property String^ Issuer { String^ get (); } |