-
Notifications
You must be signed in to change notification settings - Fork 22
Can't create a new client #51
Comments
I have the exact same code and have no problems. Do you have any inner exceptions? |
No, I don't have any inner exceprion.
Is possible that the problem is the ServerPublicKey? I put the entire key, and it give me the error; I try with only the RSA PUBLIC KEY, and I have the same problem... |
I know that part is very strict. I have it exactly like this: string rsaPublicKey = @"-----BEGIN RSA PUBLIC KEY-----
MIIBC****
ly****
aq***
EfD****
8j****
Slm****
-----END RSA PUBLIC KEY-----"; |
Hi,
I'm trying to create an app that use this api, but when i try to create a new client the program crash and tell me "System.ArgumentNullException: 'Value cannot be null.
Parameter name: path1"
This is the code that I used:
I don't know from where this path1 came from, and how to fix it.
The text was updated successfully, but these errors were encountered: