Discuss this help topic in SecureBlackbox Forum
Specifies if DNS security extensions should be used.
Declaration
[VB.NET]
Property UseSecurity As Boolean
[Pascal]
property UseSecurity : boolean;
[C++]
bool get_UseSecurity();
void set_UseSecurity(bool Value);
[PHP]
bool get_UseSecurity()
void set_UseSecurity(bool $Value)
[Java]
boolean getUseSecurity();
void setUseSecurity(boolean Value);
Description
Set this property to
True to request signed DNS responses.
The default value is
True.
Discuss this help topic in SecureBlackbox Forum