2 references to UserPrincipal
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\User.cs (2)
26public UserPrincipal(PrincipalContext context, string samAccountName, string password, bool enabled) : this(context) 274UserPrincipal u = new UserPrincipal(ctx);