Replies: 2 comments 2 replies
-
Out of curiosity,... why do you need to parse it? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Porting an app and it has some credential tokenization logic that rewrites them.
I did, but it's in a form of connection string, I can parse it by hand, but there's a piece of code that does that already ) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We used to be able to do
new CrmServiceClient(CONNECTION_STRING).OrganizationServiceProxy.ClientCredentials
.Now it seems we could maybe do
DataverseConnectionStringProcessor.Parse(CONNECTION_STRING)
, but this static method is internal.How do I parse connection string then?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions