SocketWrench .NET Edition

InternetDialer.RequireEncryption Property

Enables and disables secure authentication for the current phonebook entry.

[Visual Basic]
Public Property RequireEncryption As Boolean
[C#]
public bool RequireEncryption {get; set;}

Property Value

A boolean value which specifies if secure authentication is enabled.

Remarks

The RequireEncryption property determines if encryption is required during PPP authentication. If the property is set to true, then only secure password schemes can be used to authenticate the client. If the property is set to false, the client can use the PAP plain-text authentication protocol to authenticate the client. Some older PPP implementations may require that this property be set to false in order to establish a connection.

See Also

InternetDialer Class | SocketTools Namespace