|  | ImpersonationImpersonate Method (String, String, String) | 
  
    Namespace: 
   Dynamicweb.Security
    Assembly:
   Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
 Syntax
Syntaxpublic bool Impersonate(
	string userName,
	string password,
	string domain
)
Public Function Impersonate ( 
	userName As String,
	password As String,
	domain As String
) As Boolean
Parameters
- userName
- Type: SystemString
 
- password
- Type: SystemString
 
- domain
- Type: SystemString
 
Return Value
Type: 
Boolean See Also
See Also