rsacryptography

How to create a RSA key in the machine for using in RSACryptoServiceProvider?

I have the following situation: Several applications in different machines are going to share a information stored in a database with RSA cryptography. Today I'm doing this in a way it's not the safer way. These machines share a DLL containing the RSA key in a XML. How could I use the information from this XML to generate machine keys...