Discuss this help topic in SecureBlackbox Forum

TElPKCS11PrivateKeyObject.CanUnwrap

TElPKCS11PrivateKeyObject     See also     


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


Declaration

[C#]
    bool CanUnwrap;

[VB.NET]
    Property CanUnwrap As Boolean

[Pascal]
    under development

[C++]
    bool get_CanUnwrap();
    void set_CanUnwrap(bool Value);

[PHP]
    bool get_CanUnwrap()
    void set_CanUnwrap(bool $Value)

[Java]
    boolean getCanUnwrap();
    void setCanUnwrap(boolean Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum