Discuss this help topic in SecureBlackbox Forum
Specifies whether the key supports unwrapping.
Declaration
[VB.NET]
Property Unwrap As Boolean
[Pascal]
property Unwrap: boolean;
[C++]
bool get_Unwrap();
void set_Unwrap(bool Value);
[PHP]
bool get_Unwrap()
void set_Unwrap(bool $Value)
[Java]
TSBBoolean getUnwrap();
void setUnwrap(TSBBoolean Value);
Description
Set this value to
True if the key supports unwrapping.
Discuss this help topic in SecureBlackbox Forum