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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SignRecover As Boolean
	Get
C#
public bool SignRecover { get; }
Visual C++
public:
virtual property bool SignRecover {
	bool get () sealed;
}
JavaScript
function get_signRecover();

Implements

IPrivateKey..::..SignRecover

See Also