示例#1
0
 public static void AssignNewKey(string publicKeyPath, string privateKeyPath)
 {
     RsaPEMHelper.GenerateRsaKeyPairFiles(publicKeyPath, privateKeyPath);
 }