Accept authentication request for this user and allow the specified authentication methods.

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

Syntax

Visual Basic
Public Sub Accept ( _
	ParamArray methods As AuthenticationMethods() _
)
C#
public void Accept(
	params AuthenticationMethods[] methods
)

Parameters

methods
Type: array<Rebex.Net.Servers..::..AuthenticationMethods>[]()[][]
Accepted authentication methods.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also