Discuss this help topic in SecureBlackbox Forum

TElDNSPublicKeyRecord.SecureEntryPoint

TElDNSPublicKeyRecord     See also     


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


Defines the value of Secure Entry Point flag.

Declaration

[C#]
    bool SecureEntryPoint;

[VB.NET]
    Property SecureEntryPoint As Boolean

[Pascal]
    property SecureEntryPoint : boolean;

[C++]
    bool get_SecureEntryPoint();
    void set_SecureEntryPoint(bool Value);

[PHP]
    bool get_SecureEntryPoint()
    void set_SecureEntryPoint(bool $Value)

[Java]
    boolean getSecureEntryPoint();
    void setSecureEntryPoint(boolean Value);

Description

    If this property value is True, Secure Entry Point flag is set to 1. Otherwise, the flag is 0. Secure Entry Point flag of the DNSKEY resource record is defined in RFC 3757.

See also:     Flags    

Discuss this help topic in SecureBlackbox Forum