Gets the Signer's Common Name
Namespace:
Cryptware.NDigitSignAssembly: NDigitSign (in NDigitSign.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property SignerCommonName As String Get |
C# |
---|
public string SignerCommonName { get; } |
Visual C++ |
---|
public: property String^ SignerCommonName { String^ get (); } |
JavaScript |
---|
function get_signerCommonName(); |