[Mono-bugs] [Bug 79641][Wis] New - HashAlgorithm.Create doesn't accept lowercased algorithm names
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Oct 11 05:14:06 EDT 2006
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 sanxiyn at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79641
--- shadow/79641 2006-10-11 05:14:06.000000000 -0400
+++ shadow/79641.tmp.28803 2006-10-11 05:14:06.000000000 -0400
@@ -0,0 +1,27 @@
+Bug#: 79641
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System.Security
+AssignedTo: sebastien at ximian.com
+ReportedBy: sanxiyn at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: HashAlgorithm.Create doesn't accept lowercased algorithm names
+
+IronPython session:
+
+>>> from System.Security.Cryptography import HashAlgorithm
+>>> HashAlgorithm.Create('MD5')
+<MD5CryptoServiceProvider object at 0x000000000000002B>
+>>> HashAlgorithm.Create('md5')
+None
+
+This is different from .NET.
More information about the mono-bugs
mailing list