Discuss this help topic in SecureBlackbox Forum

TElOfficeBinarySignedEntry.Path

TElOfficeBinarySignedEntry     


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


Specifies full path to the entry.

Declaration

[C#]
    string Path;

[VB.NET]
    Property Path As String

[Pascal]
    property Path : UnicodeString;

[C++]
    void get_Path(sb_u16string &OutResult);
    void get_Path(std::wstring &OutResult);

[PHP]
    string get_Path()

[Java]
    String getPath();

Description

    Use this method to specify path to the entry.

Discuss this help topic in SecureBlackbox Forum