Example #1
0
 /// <summary> Creates the key from the information provided </summary>
 public new static RSAPrivateKey FromStore(CspParameters parameters)
 {
     return((RSAPrivateKey)RSAPublicKey.FromStore(parameters));
 }
Example #2
0
 /// <summary> Creates the key from the information provided </summary>
 public new static RSAPrivateKey FromStore(string name)
 {
     return((RSAPrivateKey)RSAPublicKey.FromStore(name));
 }