Save a public key string to PKCS-1 public key file.
public static int SavePublicKey( string outputFile, string publicKey, Rsa.Format format )
Public Shared Function SavePublicKey ( _ outputFile As String, _ publicKey As String, _ format As Rsa.Format _ ) As Integer
VB6/C equivalent: RSA_SavePublicKey