Gets the Signer's Common Name

Namespace:  Cryptware.NDigitSign
Assembly:  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();

Return Value

the Signer's Common Name

See Also