Interface ILegacyImpersonation
- Namespace
- Dynamicweb.Security
- Assembly
- Dynamicweb.Security.dll
Interface to use IoC to inject legacy impersonation support into DW9 while migrating to DW10. Will be deleted without warning, so don't use this interface.
public interface ILegacyImpersonation
Methods
Impersonate(string, string, string)
bool Impersonate(string userName, string password, string domain)
Parameters
Returns
IsSuccess()
bool IsSuccess()
Returns
Undo()
void Undo()