This documentation is archived and is not being maintained.

ApplicationAccessControlAttribute Class

Allows security configuration for the library or server application housing the application. This class cannot be inherited.

For a list of all members of this type, see ApplicationAccessControlAttribute Members.

System.Object
   System.Attribute
      System.EnterpriseServices.ApplicationAccessControlAttribute

[Visual Basic]
<AttributeUsage(AttributeTargets.Assembly)>
<ComVisible(False)>
NotInheritable Public Class ApplicationAccessControlAttribute
   Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.Assembly)]
[ComVisible(false)]
public sealed class ApplicationAccessControlAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::Assembly)]
[ComVisible(false)]
public __gc __sealed class ApplicationAccessControlAttribute :
   public Attribute
[JScript]
public
   AttributeUsage(AttributeTargets.Assembly)
 ComVisible(false)
class ApplicationAccessControlAttribute extends Attribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Remarks

In .NET Framework version 1.1, if this attribute is not present in the assembly, the COM+ security configuration is enabled by default.

Note   This is a change in behavior from .NET Framework version 1.0.

Requirements

Namespace: System.EnterpriseServices

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)

See Also

ApplicationAccessControlAttribute Members | System.EnterpriseServices Namespace

Show: