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