Determines whether authentication by IPv6 address is allowed, or IPv4 address is always used.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ForceIPv4 As Boolean |
C# | |
---|
public bool ForceIPv4 {get; set;} |
Property Value
true, if authentication only by IPv4 address is used; otherwise
false. Default value if
false.
Requirements
Platforms:Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8, Windows 10, Windows Server 2012 family.
See Also