A little more work of CorCompare work:
[mono.git] / mcs / class / corlib / System.Security.Cryptography / Rfc2898DeriveBytes.cs
old mode 100755 (executable)
new mode 100644 (file)
index 65232d8..6d8d94e
 
 #if NET_2_0
 
+using System.Runtime.InteropServices;
 using System.Text;
 
 using Mono.Security.Cryptography;
 
 namespace System.Security.Cryptography { 
 
+       [ComVisible (true)]
        public class Rfc2898DeriveBytes : DeriveBytes {
 
                private const int defaultIterations = 1000;