Discuss this help topic in SecureBlackbox Forum
Saves the RDN to the DNS string.
Declaration
[C#]
string SaveToDNString();
[VB.NET]
Function SaveToDNString() As String
[Pascal]
function SaveToDNString : string;
[C++]
void SaveToDNString(std::string &OutResult);
[PHP]
string SaveToDNString()
[Java]
String saveToDNString();
Return value
Returns the DNS string representation of the RDN.
Description
Use this method to save the RDN to the DNS string.
Discuss this help topic in SecureBlackbox Forum