2007-01-25 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / corlib / System.Security / SecurityTransparentAttribute.cs
index 9d64144d7675a7f280ba745cc98590bb0c0f9f09..387af0452c2fbcefc15f618cdac907efde2e4b7c 100644 (file)
 
 #if NET_2_0
 
-using System.Runtime.InteropServices;
-
 namespace System.Security {
 
-       [AttributeUsage (AttributeTargets.Assembly | AttributeTargets.Class | AttributeTargets.Method | AttributeTargets.Interface,
-               AllowMultiple=false, Inherited=false)]
-       [ComVisible (false)]
+       [AttributeUsage (AttributeTargets.Assembly, AllowMultiple=false, Inherited=false)]
+       [MonoTODO ("Not supported by the runtime")]
        public sealed class SecurityTransparentAttribute : Attribute {
 
                public SecurityTransparentAttribute ()