ahmd0
ahmd0

Reputation: 17303

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

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#?

Upvotes: 1

Views: 135

Answers (0)

Related Questions