Gets or sets the AuthenticationList to use when a computer tries to authenticate on the proxy server.
[Visual Basic]Private Property AuthList As Org.Mentalis.Proxy.Socks.Authentication.AuthenticationList
[C#]
private AuthenticationList AuthList {get; set;}
Property Value
An instance of the AuthenticationList class that contains all the valid username/password combinations.
See Also
AuthUserPass Class | AuthUserPass Members | Org.Mentalis.Proxy.Socks.Authentication Namespace