4 writes to enablePrivileges
System.Management (4)
System\Management\ManagementOptions.cs (4)
1535enablePrivileges = value; 1584this.enablePrivileges = enablePrivileges; 1628this.enablePrivileges = enablePrivileges; 1709optionsTmp.enablePrivileges = options.enablePrivileges;
4 references to enablePrivileges
System.Management (4)
System\Management\ManagementOptions.cs (4)
1530get { return enablePrivileges; } 1533if (enablePrivileges != value) 1658authority, impersonation, authentication, enablePrivileges, newContext, Timeout); 1709optionsTmp.enablePrivileges = options.enablePrivileges;