Value of this CKA_DERIVE attribute

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

Syntax

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

Implements

IKey..::..Derive

See Also