Value of this CKA_EXTRACTABLE attribute

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

Syntax

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

See Also