4 writes to authority
System.Management (4)
System\Management\ManagementOptions.cs (4)
1448authority = value; 1596this.authority = authority; 1636this.authority = authority; 1719optionsTmp.authority = options.authority;
5 references to authority
System.Management (5)
System\Management\ManagementOptions.cs (5)
1443get { return authority ?? string.Empty; } 1446if (authority != value) 1658authority, impersonation, authentication, enablePrivileges, newContext, Timeout); 1718if (options.authority != null) 1719optionsTmp.authority = options.authority;