CryptoConfig.cs: Inverse name and oid when reading them from machine.config. Part...
[mono.git] / mcs / class / corlib / System.Security.Cryptography / SHA256Managed.cs
index 82cc6672a527248214bd831b4264479d1618818b..52fada0ee32d4f5204848c55ee99de333e58f407 100644 (file)
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
+
 namespace System.Security.Cryptography {
        
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public class SHA256Managed : SHA256 {
 
                private const int BLOCK_SIZE_BYTES =  64;