Discuss this help topic in SecureBlackbox Forum

TElDNSPublicKeyRecord.Flags

TElDNSPublicKeyRecord     See also     


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


Specifies the Flags field of the RR.

Declaration

[C#]
    ushort Flags;

[VB.NET]
    Property Flags As UInt16

[Pascal]
    property Flags : Word;

[C++]
    uint16_t get_Flags();
    void set_Flags(uint16_t Value);

[PHP]
    integer get_Flags()
    void set_Flags(integer $Value)

[Java]
    short getFlags();
    void setFlags(short arg0);

Description

    This property contains the Flags field of the RR. Only bits 7 (Zone Key flag) and 15 (Secure Entry Point flag) are used so far, bits 0-6 and 8-14 are reserved.

See also:     ZoneKey     SecureEntryPoint    

Discuss this help topic in SecureBlackbox Forum