Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerObject.Modifiable

TElPKCS11ManagerObject     See also     


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


Specifies whether the object can be modified, or not.

Declaration

[C#]
    bool Modifiable;

[VB.NET]
    Property Modifiable As Boolean

[Pascal]
    property Modifiable: boolean;

[C++]
    bool get_Modifiable();
    void set_Modifiable(bool Value);

[PHP]
    bool get_Modifiable()
    void set_Modifiable(bool $Value)

[Java]
    boolean getModifiable();
    void setModifiable(boolean Value);

Description

    Use this property to specify whether the object can be modified, or not.

See also:     Private_    

Discuss this help topic in SecureBlackbox Forum