[Mono-bugs] [Bug 76742][Wis] Changed - Suggestion to make X509Extension class public

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 18 08:52:08 EST 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by dgranath at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76742

--- shadow/76742	2005-11-18 08:39:50.000000000 -0500
+++ shadow/76742.tmp.11757	2005-11-18 08:52:08.000000000 -0500
@@ -40,6 +40,15 @@
 #endif
 	class X509Extension {
 </snip>
 
 But the default ctor is internal so you must use the .ctor(ASN1) when
 inheriting the class.
+
+------- Additional Comments From dgranath at gmail.com  2005-11-18 08:52 -------
+Ok, my mistake I was of course referring to the internal constructor.
+Using the X509Extension(ASN1) constructor means I need to construct my
+extension before instantiating my extension class. What I mean would
+be more useful is if I could construct the extension using the
+internal constructor, in the same way all other extensions are
+constructed. My suggestion would then be to make the internal
+constructor protected internal instead of just internal.


More information about the mono-bugs mailing list