Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerSecretKeyObject.Wrap

TElPKCS11ManagerSecretKeyObject     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether the key supports wrapping.

Declaration

[C#]
    bool Wrap;

[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.

See also:     Encrypt     Verify    

Discuss this help topic in SecureBlackbox Forum