Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerObject.Label_

TElPKCS11ManagerObject     See also     


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


Containes the description of the object.

Declaration

[C#]
    string Label_;

[VB.NET]
    Property Label_ As String

[Pascal]
    property Label_: string;

[C++]
    void get_Label_(std::string &OutResult);
    void set_Label_(const std::string &Value);

[PHP]
    string get_Label_()
    void set_Label_(string $Value)

[Java]
    String getLabel_();
    void setLabel_(String Value);

Description

    Use this property to get or set the object's description.

See also:     ID    

Discuss this help topic in SecureBlackbox Forum