How to parse LDAP Data Interchange Format string in .NET?

144 Views Asked by At

Say, I have a LDIF string as such: CN=Subject Name, OU=Company, O=Subject Name, STREET=Main St, STREET=123, L=City, S=WA, PostalCode=98001, C=US

Is there any framework method to parse it into its constituent components with C#?

0

There are 0 best solutions below