Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerDataObject.Application

TElPKCS11ManagerDataObject     


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


Describes the application that manages the object.

Declaration

[C#]
    string Application;

[VB.NET]
    Property Application As String

[Pascal]
    property Application : ByteArray;

[C++]
    void get_Application(std::string &OutResult);
    void set_Application(const std::string &Value);

[PHP]
    string get_Application()
    void set_Application(string $Value)

[Java]
    String getApplication();
    void setApplication(String Value);

Description

    Use this property to get or set the description of the application that manages the object.

Discuss this help topic in SecureBlackbox Forum