Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerObject.Private_

TElPKCS11ManagerObject     See also     


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


Specifies whether the object is a private one or not.

Declaration

[C#]
    bool Private_;

[VB.NET]
    Property Private_ As Boolean

[Pascal]
    property Private_ : boolean;

[C++]
    bool get_Private_();
    void set_Private_(bool Value);

[PHP]
    bool get_Private_()
    void set_Private_(bool $Value)

[Java]
    boolean getPrivate_();
    void setPrivate_(boolean Value);

Description

    Use this property to specify, whether the object is a private object, or not.

See also:     Modifiable    

Discuss this help topic in SecureBlackbox Forum