Discuss this help topic in SecureBlackbox Forum
Specifies if DNS security extensions should be used.
Declaration
[C#/Java]
bool UseSecurity;
[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)
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