Discuss this help topic in SecureBlackbox Forum
The new, unencrypted, name identifier.
Declaration
[VB.NET]
Property NewID As String
[Pascal]
property NewID : string;
[C++]
void get_NewID(std::string &OutResult);
void set_NewID(const std::string &Value);
[PHP]
string get_NewID()
void set_NewID(string $Value)
[Java]
String getNewID();
void setNewID(String Value);
Description
This property specifies the new name identifier (in plaintext).
Discuss this help topic in SecureBlackbox Forum