Discuss this help topic in SecureBlackbox Forum
Specifies the DNS domain name of the locality.
Declaration
[VB.NET]
Property DNSName As String
[Pascal]
property DNSName : string;
[C++]
void get_DNSName(std::string &OutResult);
void set_DNSName(const std::string &Value);
[PHP]
string get_DNSName()
void set_DNSName(string $Value)
[Java]
String getDNSName();
void setDNSName(String Value);
Description
This property specifies the DNS address of the SubjectLocality locality.
Discuss this help topic in SecureBlackbox Forum