Discuss this help topic in SecureBlackbox Forum

TElDNSPublicKeyRecord.Protocol

TElDNSPublicKeyRecord     


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


Specifies the value of the Protocol field of the resource record.

Declaration

[C#]
    byte Protocol;

[VB.NET]
    Property Protocol As Byte

[Pascal]
    property Protocol : Byte;

[C++]
    uint8_t get_Protocol();
    void set_Protocol(uint8_t Value);

[PHP]
    integer get_Protocol()
    void set_Protocol(integer $Value)

[Java]
    byte getProtocol();
    void setProtocol(byte arg0);

Description

    At present, the Protocol field has to have the value 3. Otherwise, the DNSKEY RR will be treated as invalid during signature verification.

Discuss this help topic in SecureBlackbox Forum