12 references to AuthenticationLevel
System.Management (8)
managementoptions.cs (8)
1258internal const AuthenticationLevel DEFAULTAUTHENTICATION = AuthenticationLevel.Unchanged; 1267private 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'/> 1486public AuthenticationLevel Authentication 1555ImpersonationLevel impersonation, AuthenticationLevel authentication, 1599ImpersonationLevel impersonation, AuthenticationLevel authentication,
WsatConfig (2)
Configuration\RemoteHelper.cs (1)
33co.Authentication = AuthenticationLevel.PacketPrivacy;
Configuration\StdRegProviderWrapper.cs (1)
90co.Authentication = AuthenticationLevel.PacketPrivacy;
WsatUI (2)
Configuration\RemoteHelper.cs (1)
33co.Authentication = AuthenticationLevel.PacketPrivacy;
Configuration\StdRegProviderWrapper.cs (1)
90co.Authentication = AuthenticationLevel.PacketPrivacy;