Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerPrivateKeyObject.Unwrap

TElPKCS11ManagerPrivateKeyObject     See also     


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


Specifies whether the key supports unwrapping.

Declaration

[C#]
    bool Unwrap;

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

See also:     Sign     Decrypt    

Discuss this help topic in SecureBlackbox Forum