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 request signed DNS responses.
The default value is
True.
Discuss this help topic in SecureBlackbox Forum