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