Esempio n. 1
0
 /// <summary> Creates the key from the information provided </summary>
 public new static RSAPrivateKey FromBytes(byte[] bytes)
 {
     return((RSAPrivateKey)RSAPublicKey.FromBytes(bytes));
 }