Discuss this help topic in SecureBlackbox Forum

TElDNSPublicKeyRecord.ZoneKey

TElDNSPublicKeyRecord     See also     


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


Defines the value of Zone Key flag.

Declaration

[C#]
    bool ZoneKey;

[VB.NET]
    Property ZoneKey As Boolean

[Pascal]
    property ZoneKey : boolean;

[C++]
    bool get_ZoneKey();
    void set_ZoneKey(bool Value);

[PHP]
    bool get_ZoneKey()
    void set_ZoneKey(bool $Value)

[Java]
    boolean getZoneKey();
    void setZoneKey(boolean Value);

Description

    If this property value is True, the DNSKEY record holds a DNS zone key.

See also:     Flags    

Discuss this help topic in SecureBlackbox Forum