Table of Contents

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

userName string
password string
domain string

Returns

bool

IsSuccess()

bool IsSuccess()

Returns

bool

Undo()

void Undo()
To top