2 references to ComputerPrincipal
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\Computer.cs (2)
25
public ComputerPrincipal(PrincipalContext context, string samAccountName, string password, bool enabled) :
this
(context)
100
ComputerPrincipal computer = new
ComputerPrincipal
(ctx);