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

Syntax

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

Implements

IPrivateKey..::..NeverExtractable

See Also