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 ( _ methods As AuthenticationMethods, _ context As Object _ ) |
C# |
---|
public void Accept( AuthenticationMethods methods, Object context ) |
Parameters
- methods
- Type: Rebex.Net.Servers..::..AuthenticationMethods
Accepted authentication methods.
- context
- Type: System..::..Object
An optional custom object representing session context.