IInternalConfigHost.Impersonate Method

Definition

Instructs the host to impersonate and returns an IDisposable object required by the internal .NET structure.

public:
 IDisposable ^ Impersonate();
public IDisposable Impersonate ();
abstract member Impersonate : unit -> IDisposable
Public Function Impersonate () As IDisposable

Returns

An IDisposable value.

Applies to