4 writes to authentication
System.Management (4)
managementoptions.cs (4)
1492
authentication
= value;
1581
this.
authentication
= authentication;
1621
this.
authentication
= authentication;
1703
optionsTmp.
authentication
= options.authentication;
5 references to authentication
System.Management (5)
managementoptions.cs (5)
1488
get { return
authentication
; }
1490
if (
authentication
!= value)
1637
authority, impersonation,
authentication
, enablePrivileges, newContext, Timeout);
1702
if (options.
authentication
!= 0)
1703
optionsTmp.authentication = options.
authentication
;