1 write to scope
System.Management (1)
managementscope.cs (1)
1198
this.
scope
= theScope;
6 references to scope
System.Management (6)
managementscope.cs (6)
1222
if( null !=
scope
)
1224
IntPtr password =
scope
.Options.GetPassword();
1227
(int)
scope
.Options.Authentication,
1228
(int)
scope
.Options.Impersonation,
1230
scope
.Options.Username,
1232
scope
.Options.Authority);