User authentication method.

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

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration AuthenticationMethods
C#
[FlagsAttribute]
public enum AuthenticationMethods

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
No authentication method.
Supported by the .NET Compact FrameworkPassword
Password authentication.
Supported by the .NET Compact FrameworkPublicKey
Public key authentication.
Supported by the .NET Compact FrameworkExternal
External authentication.
Supported by the .NET Compact FrameworkAny
Allow any authentication method.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also