Reputation: 17303
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