Socks5ContextAuthMethods Property |
Namespace: EnterpriseDT.Util.Socks
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. |