Esempio n. 1
0
 /// <summary> Creates the key from the information provided </summary>
 public new static RSAPrivateKey FromParameters(RSAParameters parameters)
 {
     return((RSAPrivateKey)RSAPublicKey.FromParameters(parameters));
 }