Value of this CKA_VERIFY_RECOVER attribute

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

Syntax

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

Implements

IPublicKey..::..VerifyRecover

See Also