Discuss this help topic in SecureBlackbox Forum
A document-unique identifier of this element, used for signing.
Declaration
[VB.NET]
Property ID As String
[Pascal]
property ID : string;
[C++]
void get_ID(std::string &OutResult);
void set_ID(const std::string &Value);
[PHP]
string get_ID()
void set_ID(string $Value)
[Java]
String getID();
void setID(String Value);
Description
Use this property to specify a document-unique ID of this element which is typically used for signing.
Discuss this help topic in SecureBlackbox Forum