| 1234567891011121314151617181920212223 |
- 2006-11-08 Sebastien Pouliot <[email protected]>
- * X509Certificate2UI.cs: Fix exceptions, add security attributes and
- notes.
- 2005-11-09 Sebastien Pouliot <[email protected]>
- * X509SelectionFlag.cs: Removed extra [Serializable].
- 2005-09-27 Sebastien Pouliot <[email protected]>
-
- * X509Certificate2UI.cs: Hide constructor (it should have been a
- static class). Fixed Display/DisplayCertificate method name.
- 2005-09-27 Sebastien Pouliot <[email protected]>
- * X509Certificate2UI.cs: New. Class to handle UI (yuck) for
- certificate display and selection.
- * X509SelectionFlag.cs: Moved back from System.dll.
- 2005-09-26 Sebastien Pouliot <[email protected]>
- * All classes moved in System.dll
|