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