1 write to scope
System.Management (1)
System\Management\ManagementScope.cs (1)
1039this.scope = theScope;
6 references to scope
System.Management (6)
System\Management\ManagementScope.cs (6)
1063if (null != scope) 1065IntPtr password = scope.Options.GetPassword(); 1068(int)scope.Options.Authentication, 1069(int)scope.Options.Impersonation, 1071scope.Options.Username, 1073scope.Options.Authority);