Im using the following call.
RSACryptoServiceProvider.FromXmlString(publicXMLKey)
It is resulting in the following error:
"Invalid length for a Base-64 char array".
I dont know where to start. What is a base-64 char array?
The publicXMLKey is obviously not in the correct format.
Any help would be appreciated.
RSACryptoServiceProvider.FromXmlString(publicXMLKey)
It is resulting in the following error:
"Invalid length for a Base-64 char array".
I dont know where to start. What is a base-64 char array?
The publicXMLKey is obviously not in the correct format.
Any help would be appreciated.