Discuss this help topic in SecureBlackbox Forum

TElDomainKeysSigner.Selector

TElDomainKeysSigner     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The selector used to form the query for the public-key.

Declaration

[C#]
    string Selector;

[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.

See also:     Domain     QueryType    

Discuss this help topic in SecureBlackbox Forum