Discuss this help topic in SecureBlackbox Forum
Contains the key tag value of the DNSKEY RR that validates this signature.
Declaration
[VB.NET]
Property KeyTag As UInt16
[Pascal]
property KeyTag : Word;
[C++]
uint16_t get_KeyTag();
void set_KeyTag(uint16_t Value);
[PHP]
integer get_KeyTag()
void set_KeyTag(integer $Value)
[Java]
short getKeyTag();
void setKeyTag(short arg0);
Description
Use this property to specify the key tag of the
DNSKEY RR
that validates this signature.
Discuss this help topic in SecureBlackbox Forum