edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

Socks5ContextAuthMethods Property

Collection of authentication methods to be used.

Namespace:  EnterpriseDT.Util.Socks
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public Socks5AuthMethodCollection AuthMethods { get; }

Property Value

Type: Socks5AuthMethodCollection
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 MethodDescription
NullPerforms no authentication.
Username/PasswordUses 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