2005-09-27 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Tue, 27 Sep 2005 13:10:37 +0000 (13:10 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Tue, 27 Sep 2005 13:10:37 +0000 (13:10 -0000)
commitcff301a9bd7165e0570459c743c615069453a5f0
treeef4d7a7d2cf570948480906b7a394432275a3a9c
parent6130e0d675cfd3927de6a33573612576595389f6
2005-09-27  Sebastien Pouliot  <sebastien@ximian.com>

* X509Certificate2Collection.cs: Class is not sealed. Removed Select
methods (moved to a new class in System.Security.dll).
* X509Certificate2.cs: Removed Display methods (moved to a new class
in System.Security.dll).
* X509SelectionFlag.cs: Removed. This enum is still in System.Security
* X509NameType.cs: Added new DnsFromAlternativeName value.

svn path=/trunk/mcs/; revision=50848
mcs/class/System/System.Security.Cryptography.X509Certificates/ChangeLog
mcs/class/System/System.Security.Cryptography.X509Certificates/X509Certificate2.cs
mcs/class/System/System.Security.Cryptography.X509Certificates/X509Certificate2Collection.cs
mcs/class/System/System.Security.Cryptography.X509Certificates/X509NameType.cs
mcs/class/System/System.Security.Cryptography.X509Certificates/X509SelectionFlag.cs [deleted file]