Discuss this help topic in SecureBlackbox Forum
Specifies whether the key supports wrapping.
Declaration
[VB.NET]
Property Wrap As Boolean
[Pascal]
property Wrap: boolean;
[C++]
bool get_Wrap();
void set_Wrap(bool Value);
[PHP]
bool get_Wrap()
void set_Wrap(bool $Value)
[Java]
TSBBoolean getWrap();
void setWrap(TSBBoolean Value);
Description
Set this value to
True if the key supports wrapping.
Discuss this help topic in SecureBlackbox Forum