Discuss this help topic in SecureBlackbox Forum
Specifies the type of the RRset that is covered by this RRSIG record.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum