Discuss this help topic in SecureBlackbox Forum

TElPGPWriter.StubName

TElPGPWriter     See also     


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


Specifies location of the sfx-stub.

Declaration

[C#]
    string StubName;

[VB.NET]
    Property StubName As String

[Pascal]
    property StubName : string;

[C++]
    void get_StubName(std::string &OutResult);
    void set_StubName(const std::string &Value);

[PHP]
    string get_StubName()
    void set_StubName(string $Value)

[Java]
    not available

Description

    Use this property to specify where the sfx-stub is located. Depending on the value of StubSource property, this could be a file or resource name.

See also:     StubSource    

Discuss this help topic in SecureBlackbox Forum