{CompanyName} FlexyGo

Impersonate..::..startImpersonation Method (String, String, String)

Impersonates the valid user.

Namespace:  FLEXYGO.Security
Assembly:  flxSecurity (in flxSecurity.dll)

Syntax


public bool startImpersonation(
	string userName,
	string domain,
	string password
)
Public Function startImpersonation ( _
	userName As String, _
	domain As String, _
	password As String _
) As Boolean

Parameters

userName
Type: String
Name of the user.
domain
Type: String
The domain.
password
Type: String
The password.

Return Value

true if worked else, false otherwise.