Discuss this help topic in SecureBlackbox Forum

TElDKSignature.QueryType

TElDKSignature     See also     


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


This read-only property contains the type of the query that must be used to get public key.

Declaration

[C#]
    TSBDKQueryType QueryType;

[VB.NET]
    Property QueryType As TSBDKQueryType

[Pascal]
    property QueryType: TSBDKQueryType;

[C++]
    TSBDKQueryType get_QueryType();

[PHP]
    integer get_QueryType()

[Java]
    short getQueryType();

Values:

Description

    Use this property to get the query type.
    Currently the only valid value is ‘dns’.

See also:     Domain     Selector    

Discuss this help topic in SecureBlackbox Forum