2004-02-06 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Fri, 6 Feb 2004 20:20:19 +0000 (20:20 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Fri, 6 Feb 2004 20:20:19 +0000 (20:20 -0000)
commit8faecd811bb1d99e4f7269c1fa9117a0368c21c7
treed9ecb467be47a2b856ccc918ee1937b9f96773d9
parent85c3ca0c97b806db70d0610044ecff107bcbe334
2004-02-06  Sebastien Pouliot  <sebastien@ximian.com>

* DSAManaged.cs: Added an event after key generation (so that
DSACryptoServiceProvider can persist the keypair if required). Added
PublicOnly property (like 1.2) so we do not have to catch an exception
to know if a private key is present or not. Added a Random property so
we do not always have to create a RNG instance (not always required).
* RSAManaged.cs: Added an event after key generation (so that
DSACryptoServiceProvider can persist the keypair if required). Added
PublicOnly property (like 1.2) so we do not have to catch an exception
to know if a private key is present or not.

svn path=/trunk/mcs/; revision=22843
mcs/class/corlib/Mono.Security.Cryptography/ChangeLog
mcs/class/corlib/Mono.Security.Cryptography/DSAManaged.cs
mcs/class/corlib/Mono.Security.Cryptography/RSAManaged.cs