Discuss this help topic in SecureBlackbox Forum
The selector used to form the query for the public-key.
Declaration
[VB.NET]
Property Selector As String
[Pascal]
property Selector: string;
[C++]
void get_Selector(std::string &OutResult);
void set_Selector(const std::string &Value);
[PHP]
string get_Selector()
void set_Selector(string $Value)
[Java]
String getSelector();
void setSelector(String Value);
Description
In the DNS query type, this value is
prepended to the "_domainkey." namespace of the sending domain.
For more information see draft-delany-domainkeys-base-01 (Mark Delany), part 3.2.1.
Discuss this help topic in SecureBlackbox Forum