Accepts the supplied credential but request subsequent authentication using another kind of credential.
Namespace:
Rebex.Net.Servers
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
| Visual Basic |
|---|
Public Sub AcceptPartially ( _ context As Object _ ) |
| C# |
|---|
public void AcceptPartially( Object context ) |
Parameters
- context
- Type: System..::..Object
An optional custom object representing session context.
Remarks
Use this to implement authentication consisting of both password authentication and public key authentication.