Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System.Security.Permissions/GacIdentityPermission.cs')
-rw-r--r--mcs/class/corlib/System.Security.Permissions/GacIdentityPermission.cs10
1 files changed, 6 insertions, 4 deletions
diff --git a/mcs/class/corlib/System.Security.Permissions/GacIdentityPermission.cs b/mcs/class/corlib/System.Security.Permissions/GacIdentityPermission.cs
index 15355694394..7604ef5a34d 100644
--- a/mcs/class/corlib/System.Security.Permissions/GacIdentityPermission.cs
+++ b/mcs/class/corlib/System.Security.Permissions/GacIdentityPermission.cs
@@ -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
@@ -29,9 +29,11 @@
#if NET_2_0
using System.Globalization;
-
-namespace System.Security.Permissions {
-
+using System.Runtime.InteropServices;
+
+namespace System.Security.Permissions {
+
+ [ComVisible (true)]
[Serializable]
public sealed class GacIdentityPermission : CodeAccessPermission, IBuiltInPermission {