Discuss this help topic in SecureBlackbox Forum

TElDNSSignatureRecord.CoveredCode

TElDNSSignatureRecord     See also     


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


Specifies the type of the RRset that is covered by this RRSIG record.

Declaration

[C#]
    ushort CoveredCode;

[VB.NET]
    Property CoveredCode As UInt16

[Pascal]
    property CoveredCode : Word;

[C++]
    uint16_t get_CoveredCode();
    void set_CoveredCode(uint16_t Value);

[PHP]
    integer get_CoveredCode()
    void set_CoveredCode(integer $Value)

[Java]
    short getCoveredCode();
    void setCoveredCode(short arg0);

Description

    Use this property to specify covered resource type in numeric format. The SecureBlackbox-specific resource type is set by CoveredType property.

See also:     CoveredType    

Discuss this help topic in SecureBlackbox Forum