add comment
[mono.git] / mcs / class / corlib / System.Security.Principal / IIdentity.cs
index 6952af661e6844bf2b02f7a0f879279bb257ca0d..c05cd61906a54fc1d68a0a77b9f83e82e288a920 100644 (file)
@@ -5,10 +5,7 @@
 //   Miguel de Icaza (miguel@ximian.com)
 //
 // (C) Ximian, Inc.  http://www.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
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
+using System.Runtime.InteropServices;
+
 namespace System.Security.Principal {
 
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public interface IIdentity {
 
                string AuthenticationType {