ServerSettings.AllowedAuthenticationMethods Property
Namespace: Rebex.Net.Servers.Core
Assembly: Rebex.FileServer.dll (version 7.0.9083)
AllowedAuthenticationMethods
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.
Declaration
public AuthenticationMethods AllowedAuthenticationMethods { get; set; }
Property Value
Type | Description |
---|---|
AuthenticationMethods |