Click or drag to resize

UserContextClone Method

Returns a copy of this object.

Namespace:  NetQuarry.Security
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public UserContext Clone(
	IAppContext appCxt
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context object.

Return Value

Type: UserContext
A copy of the UserContext object.
See Also