AppContextClone Method (String, String, String) |
Clones this object and returns a new AppContext object.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public IAppContext Clone(
string userID,
string password,
string authenticationProvider
)
Public Function Clone (
userID As String,
password As String,
authenticationProvider As String
) As IAppContext
Parameters
- userID
- Type: SystemString
The user id to use when creating the user context object - password
- Type: SystemString
The password to use when creating the user context object - authenticationProvider
- Type: SystemString
Override the authentication provider on the cloned application prior to authentication
Return Value
Type:
IAppContextA new app context object
Implements
IAppContextClone(String, String, String)See Also