dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePermissionAttribute Class
Members

In This Topic
    OraclePermissionAttribute Class
    In This Topic
    Associates a security action with a custom security attribute.
    Syntax
    'Declaration
     
    Public NotInheritable Class OraclePermissionAttribute 
       Inherits System.Security.Permissions.CodeAccessSecurityAttribute
       Implements System.Runtime.InteropServices._Attribute 
    Remarks

    This class is intended for future use when dotConnect for Oracle is enabled for partial trust scenarios. The provider currently requires FullTrust permission. At present, using the OraclePermissionAttribute class has no effect. For more information, see Code Access Security and ADO.NET.

    Note: This class is not available in .NET Standard compatible assemblies. It is available only in the assembly for full .NET Framework.

    Inheritance Hierarchy

    System.Object
       System.Attribute
          System.Security.Permissions.SecurityAttribute
             System.Security.Permissions.CodeAccessSecurityAttribute
                Devart.Data.Oracle.OraclePermissionAttribute

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also