In .:
[mono.git] / mcs / class / corlib / System.Security.Permissions / KeyContainerPermissionAccessEntryCollection.cs
index cf22e56f96137c70b0442fd059e826b432e31db2..15fc6e18bbfb1caefdcb3fbe69607aadb3fb080e 100644 (file)
@@ -4,7 +4,7 @@
 // Author
 //     Sebastien Pouliot  <sebastien@ximian.com>
 //
-// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+// Copyright (C) 2004-2005 Novell, Inc (http://www.novell.com)
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
 
 using System.Collections;
 using System.Globalization;
+using System.Runtime.InteropServices;
 
 namespace System.Security.Permissions {
 
        [Serializable]
+       [ComVisible (true)]
        public sealed class KeyContainerPermissionAccessEntryCollection : ICollection, IEnumerable {
 
                private ArrayList _list;