13 references to ImpersonationLevel
System.Management (9)
managementoptions.cs (9)
1257internal const ImpersonationLevel DEFAULTIMPERSONATION = ImpersonationLevel.Impersonate; 1266private ImpersonationLevel impersonation; 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 1452/// <see cref='System.Management.ImpersonationLevel. Identify' qualify='true'/>. Note that this may cause failure of the 1456public ImpersonationLevel Impersonation 1555ImpersonationLevel impersonation, AuthenticationLevel authentication, 1599ImpersonationLevel impersonation, AuthenticationLevel authentication,
WsatConfig (2)
Configuration\RemoteHelper.cs (1)
34co.Impersonation = ImpersonationLevel.Impersonate;
Configuration\StdRegProviderWrapper.cs (1)
91co.Impersonation = ImpersonationLevel.Impersonate;
WsatUI (2)
Configuration\RemoteHelper.cs (1)
34co.Impersonation = ImpersonationLevel.Impersonate;
Configuration\StdRegProviderWrapper.cs (1)
91co.Impersonation = ImpersonationLevel.Impersonate;