Discuss this help topic in SecureBlackbox Forum
Specifies whether the key is extractable and can be wrapped.
Declaration
[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)
[Java]
TSBBoolean getExtractable();
void setExtractable(TSBBoolean Value);
Description
Set this value to
True if the key is extractable and can be wrapped.
Discuss this help topic in SecureBlackbox Forum