Discuss this help topic in SecureBlackbox Forum
Specifies if .
Declaration
[C#/Java]
bool Authenticated;
[VB.NET]
Property Authenticated As Boolean
[Pascal]
property Authenticated : boolean;
[C++]
bool get_Authenticated();
void set_Authenticated(bool Value);
[PHP]
bool get_Authenticated()
void set_Authenticated(bool $Value)
Description
This property defines whether IP protocol version 6 should be used.
Default value is
False.
Discuss this help topic in SecureBlackbox Forum