Exemple #1
0
 /// <summary>
 /// Generate JSON Format RSA private key.
 /// </summary>
 /// <param name="keySize"></param>
 /// <returns></returns>
 public static RsaKey GeneratePrivateKeyInJson(RsaKeySize keySize) => Factory.GeneratePrivateKeyInJson(keySize);
Exemple #2
0
 /// <summary>
 /// Generate JSON Format RSA private key.
 /// </summary>
 /// <param name="key"></param>
 /// <returns></returns>
 public static RsaKey GeneratePrivateKeyInJson(string key) => Factory.GeneratePrivateKeyInJson(key);
Exemple #3
0
 /// <summary>
 /// Generate JSON Format RSA private key.
 /// </summary>
 /// <returns></returns>
 public static RsaKey GeneratePrivateKeyInJson() => Factory.GeneratePrivateKeyInJson();