[Mono-bugs] [Bug 76801][Wis] New - SymmetricTransform.Dispose(bool) not virtual

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Nov 23 07:58:18 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 olegmad at yandex.ru.

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

--- shadow/76801	2005-11-23 07:58:18.000000000 -0500
+++ shadow/76801.tmp.19016	2005-11-23 07:58:18.000000000 -0500
@@ -0,0 +1,31 @@
+Bug#: 76801
+Product: Mono: Class Libraries
+Version: 1.1
+OS: Windows XP
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.Security
+AssignedTo: sebastien at ximian.com                            
+ReportedBy: olegmad at yandex.ru               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: SymmetricTransform.Dispose(bool) not virtual
+
+In file Mono.Security.Cryptography\SymmetricTransform.cs line 100:
+
+In comments wroted: 
+
+// MUST be overriden by classes using unmanaged ressources
+// the override method must call the base class
+protected void Dispose(bool disposing)
+{
+...
+}
+
+
+But this method in not virtual, so derived classes cannot override it.


More information about the mono-bugs mailing list