4 references to AuthenticablePrincipal
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\AuthenticablePrincipal.cs (2)
337protected internal AuthenticablePrincipal(PrincipalContext context, string samAccountName, string password, bool enabled) : this(context) 354AuthenticablePrincipal ap = new AuthenticablePrincipal(ctx);
System\DirectoryServices\AccountManagement\Computer.cs (1)
16public ComputerPrincipal(PrincipalContext context) : base(context)
System\DirectoryServices\AccountManagement\User.cs (1)
17public UserPrincipal(PrincipalContext context) : base(context)