Discuss this help topic in SecureBlackbox Forum

TElDNSSignatureRecord.Labels

TElDNSSignatureRecord     


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


Specifies the number of labels in the original RRSIG RR owner name.

Declaration

[C#]
    byte Labels;

[VB.NET]
    Property Labels As Byte

[Pascal]
    property Labels : Byte;

[C++]
    uint8_t get_Labels();
    void set_Labels(uint8_t Value);

[PHP]
    integer get_Labels()
    void set_Labels(integer $Value)

[Java]
    byte getLabels();
    void setLabels(byte arg0);

Description

    This property is used by a validator to determine whether the answer was synthesized from a wildcard. Note, that the value of Labels does not count the root label or the wildcard label. Root (".") always has Labels equal to 0.

Discuss this help topic in SecureBlackbox Forum