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 use the DNS Security Extensions and request signed responses from DNS resolver.
Default value is
False.
Discuss this help topic in SecureBlackbox Forum