Base-64 char array error.

esmithz

Member
Joined
Sep 15, 2003
Messages
12
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.
 
Back
Top