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