Discuss this help topic in SecureBlackbox Forum

TElDomainKeysSigner.QueryType

TElDomainKeysSigner     See also     


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


The query method used to retrieve the public-key.

Declaration

[C#]
    TSBDKQueryType QueryType;

[VB.NET]
    Property QueryType As TSBDKQueryType

[Pascal]
    property QueryType: TSBDKQueryType;

[C++]
    TSBDKQueryType get_QueryType();
    void set_QueryType(TSBDKQueryType Value);

[PHP]
    integer get_QueryType()
    void set_QueryType(integer $Value)

[Java]
    short getQueryType();
    void setQueryType(short Value);

Values:

Description

    Currently the only valid value is ‘dns’.

See also:     Domain     Selector    

Discuss this help topic in SecureBlackbox Forum