7 references to Impersonate
System.Management (3)
managementoptions.cs (3)
1257
internal const ImpersonationLevel DEFAULTIMPERSONATION = ImpersonationLevel.
Impersonate
;
1442
/// this connection. The default value is <see cref='System.Management.ImpersonationLevel.
Impersonate
' qualify='true'/>, which indicates that the WMI provider can
1446
/// <para>The <see cref='System.Management.ImpersonationLevel.
Impersonate
' qualify='true'/> setting is advantageous when the provider is
WsatConfig (2)
Configuration\RemoteHelper.cs (1)
34
co.Impersonation = ImpersonationLevel.
Impersonate
;
Configuration\StdRegProviderWrapper.cs (1)
91
co.Impersonation = ImpersonationLevel.
Impersonate
;
WsatUI (2)
Configuration\RemoteHelper.cs (1)
34
co.Impersonation = ImpersonationLevel.
Impersonate
;
Configuration\StdRegProviderWrapper.cs (1)
91
co.Impersonation = ImpersonationLevel.
Impersonate
;