AuthenticationEventArgs.AcceptPartially Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
AcceptPartially()
Accepts the supplied credential but request subsequent authentication using another kind of credential.
Declaration
public void AcceptPartially()
Remarks
Use this to implement authentication consisting of both password authentication and public key authentication.
AcceptPartially(Object)
Accepts the supplied credential but request subsequent authentication using another kind of credential.
Declaration
public void AcceptPartially(object context)
Parameters
Type | Name | Description |
---|---|---|
Object | context | An optional custom object representing session context. |
Remarks
Use this to implement authentication consisting of both password authentication and public key authentication.