X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Security.Principal%2FIIdentity.cs;h=c05cd61906a54fc1d68a0a77b9f83e82e288a920;hb=dc7c368828087b385d4acb9dcfcf844885ceed07;hp=6952af661e6844bf2b02f7a0f879279bb257ca0d;hpb=0abc2e6270020edc4a5b4c66f93b4ae582815f20;p=mono.git diff --git a/mcs/class/corlib/System.Security.Principal/IIdentity.cs b/mcs/class/corlib/System.Security.Principal/IIdentity.cs index 6952af661e6..c05cd61906a 100644 --- a/mcs/class/corlib/System.Security.Principal/IIdentity.cs +++ b/mcs/class/corlib/System.Security.Principal/IIdentity.cs @@ -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 @@ -30,8 +27,13 @@ // 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 {