An NDoc Documented Class Library

Socks5Context.AuthMethods Property

Collection of authentication methods to be used.

public Socks5AuthMethodCollection AuthMethods {get;}

Remarks

Before the context can be used, one or more authentication methods must be set using the AuthMethods property.

The SOCKS5 standard specifies three authentications methods. Currently, GSSAPI is not supported. If it is required please request it from EDT support.

Authentication Method Description
Null Performs no authentication.
Username/Password Uses a plain-text user-name/password combination.
GSSAPI (Currently not supported) Uses the Generic Security Services Application Program Interface (GSS-API) to communicate with system-level security services (SSPI on Windows) to authenticate the user.

See Also

Socks5Context Class | EnterpriseDT.Util.Socks Namespace