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 [EMAIL PROTECTED]

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: [EMAIL PROTECTED]                            
+ReportedBy: [EMAIL PROTECTED]               
+QAContact: [EMAIL PROTECTED]
+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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to