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