Gets or sets authentication methods that server users can use by default. This can be overriden by PreAuthentication event handler. Please note that authentication methods must be enabled at the SSH level using Settings / AuthenticationMethods as well.

Namespace:  Rebex.Net.Servers.Core
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Property AllowedAuthenticationMethods As AuthenticationMethods
	Get
	Set
C#
public AuthenticationMethods AllowedAuthenticationMethods { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also