Discuss this help topic in SecureBlackbox Forum
Specifies whether the key is extractable and can be wrapped.
Declaration
[C#/Java]
bool Extractable;
[VB.NET]
Property Extractable As Boolean
[Pascal]
property Extractable: boolean;
[C++]
bool get_Extractable();
void set_Extractable(bool Value);
[PHP]
bool get_Extractable()
void set_Extractable(bool $Value)
Description
Set this value to
True if the key is extractable and can be wrapped.
Discuss this help topic in SecureBlackbox Forum