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