Determines whether the signature is qualified as specified in UE regulations.

Namespace:  Cryptware.NDigitSign
Assembly:  NDigitSign (in NDigitSign.dll)

Syntax

Visual Basic (Declaration)
Public Function IsQualified As Boolean
C#
public bool IsQualified()
Visual C++
public:
bool IsQualified()
JavaScript
function isQualified();

Return Value

true if the signature is qualified; otherwise, false.

See Also