Click or drag to resize

IAppContextClone 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
IAppContext Clone(
	string userID,
	string password,
	string authenticationProvider
)

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: IAppContext
A new app context object
See Also