Beispiel #1
0
 public PrincipalContext(ContextType contextType, string name, string container) :
     this(contextType, name, container, PrincipalContext.GetDefaultOptionForStore(contextType), null, null)
 {
 }
Beispiel #2
0
 public PrincipalContext(ContextType contextType, string name, string container, string userName, string password) :
     this(contextType, name, container, PrincipalContext.GetDefaultOptionForStore(contextType), userName, password)
 {
 }
Beispiel #3
0
        //
        // Public Constructors
        //

        public PrincipalContext(ContextType contextType) :
            this(contextType, null, null, PrincipalContext.GetDefaultOptionForStore(contextType), null, null)
        {
        }