Category "principalcontext"

PrincipalContext works only with server defined

At work I am getting a new computer, and I have problems with PrincipalContext: PrincipalContext principalContext = new PrincipalContext(ContextType.Domain);

How to set connection time out when establishing context - PrincipalContext

using (PrincipalContext ctx = new PrincipalContext(ContextType.Domain, Domain, UserName, Password)) { UserPrincipal U = new UserPrin