Discuss this help topic in SecureBlackbox Forum

TElPKCS11PrivateKeyObject.CanSign

TElPKCS11PrivateKeyObject     See also     


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


Declaration

[C#]
    bool CanSign;

[VB.NET]
    Property CanSign As Boolean

[Pascal]
    under development

[C++]
    bool get_CanSign();
    void set_CanSign(bool Value);

[PHP]
    bool get_CanSign()
    void set_CanSign(bool $Value)

[Java]
    boolean getCanSign();
    void setCanSign(boolean Value);

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum