I\'ve got a string that I\'m fetching from LDAP for Active Directory group membership and I need to parse it to check if the user is a member of the AD group. Is there a cl
I came here to see if we can parse "LDAP://ldap.company.com:389/ou=people,o=company" to
protocol, port, baseDN and server FQDN. I tried System.Uri class it worked as excepted.