Discuss this help topic in SecureBlackbox Forum
Identifies the issuer of the character collection.
Declaration
[VB.NET]
Property Registry As String
[Pascal]
property Registry : string;
[C++]
void get_Registry(std::string &OutResult);
void set_Registry(const std::string &Value);
[PHP]
string get_Registry()
void set_Registry(string $Value)
[Java]
String getRegistry();
void setRegistry(String Value);
Description
Use this property to identify the issuer of the character collection.
Discuss this help topic in SecureBlackbox Forum