Anonymous bind : Bind : Directory Services C# Examples


C# Examples » Directory Services » Bind »

 

Anonymous bind









    
using  System;
using  System.DirectoryServices;

public  class  DirectoryBinding
{
    public  static  int  Main(string[]  args)
    {
        DirectoryEntry  MyDirectoryObject  =  new  DirectoryEntry("LDAP://HMSRevenge/rootDSE");
        
        return  0;
    }
}
    
   
  
   




HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Directory Services
» Bind