4 writes to authority
System.Management (4)
managementoptions.cs (4)
1431authority = value; 1575this.authority = authority; 1615this.authority = authority; 1697optionsTmp.authority = options.authority;
6 references to authority
System.Management (6)
managementoptions.cs (6)
1427get { return (null != authority) ? authority : String.Empty; } 1429if (authority != value) 1637authority, impersonation, authentication, enablePrivileges, newContext, Timeout); 1696if (options.authority != null) 1697optionsTmp.authority = options.authority;