Discuss this help topic in SecureBlackbox Forum

TElDKSignature.Selector

TElDKSignature     See also     


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


This read-only property contains key selector.

Declaration

[C#]
    string Selector;

[VB.NET]
    Property Selector As String

[Pascal]
    property Selector: string;

[C++]
    void get_Selector(std::string &OutResult);

[PHP]
    string get_Selector()

[Java]
    String getSelector();

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