12 references to AuthenticationLevel
System.Management (8)
managementoptions.cs (8)
1258
internal const
AuthenticationLevel
DEFAULTAUTHENTICATION =
AuthenticationLevel
.Unchanged;
1267
private
AuthenticationLevel
authentication;
1473
/// in this connection. The default value is <see cref='System.Management.
AuthenticationLevel
.Unchanged' qualify='true'/>, which indicates that the
1482
/// particular connection. For example, the property can be set to <see cref='System.Management.
AuthenticationLevel
.PacketPrivacy' qualify='true'/>
1486
public
AuthenticationLevel
Authentication
1555
ImpersonationLevel impersonation,
AuthenticationLevel
authentication,
1599
ImpersonationLevel impersonation,
AuthenticationLevel
authentication,
WsatConfig (2)
Configuration\RemoteHelper.cs (1)
33
co.Authentication =
AuthenticationLevel
.PacketPrivacy;
Configuration\StdRegProviderWrapper.cs (1)
90
co.Authentication =
AuthenticationLevel
.PacketPrivacy;
WsatUI (2)
Configuration\RemoteHelper.cs (1)
33
co.Authentication =
AuthenticationLevel
.PacketPrivacy;
Configuration\StdRegProviderWrapper.cs (1)
90
co.Authentication =
AuthenticationLevel
.PacketPrivacy;