1 write to scope
System.Management (1)
System\Management\ManagementScope.cs (1)
1039
this.
scope
= theScope;
6 references to scope
System.Management (6)
System\Management\ManagementScope.cs (6)
1063
if (null !=
scope
)
1065
IntPtr password =
scope
.Options.GetPassword();
1068
(int)
scope
.Options.Authentication,
1069
(int)
scope
.Options.Impersonation,
1071
scope
.Options.Username,
1073
scope
.Options.Authority);