13 references to ImpersonationLevel
System.Management (9)
managementoptions.cs (9)
1257
internal const
ImpersonationLevel
DEFAULTIMPERSONATION =
ImpersonationLevel
.Impersonate;
1266
private
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
1456
public
ImpersonationLevel
Impersonation
1555
ImpersonationLevel
impersonation, AuthenticationLevel authentication,
1599
ImpersonationLevel
impersonation, AuthenticationLevel authentication,
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;