1 write to scope
System.Management (1)
managementscope.cs (1)
1198this.scope = theScope;
6 references to scope
System.Management (6)
managementscope.cs (6)
1222if( null != scope) 1224IntPtr password = scope.Options.GetPassword(); 1227(int)scope.Options.Authentication, 1228(int)scope.Options.Impersonation, 1230scope.Options.Username, 1232scope.Options.Authority);