dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePermission Class
Properties Methods

In This Topic
    OraclePermission Class Members
    In This Topic

    The following tables list the members exposed by OraclePermission.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the OraclePermission class with one of the System.Security.Permissions.PermissionState values.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value indicating whether a blank password is allowed.  
    Top
    Public Methods
     NameDescription
    Public MethodDeclares that the calling code can access the resource protected by a permission demand through the code that calls this method, even if callers higher in the stack have not been granted permission to access the resource. Using System.Security.CodeAccessPermission.Assert can create security issues. (Inherited from System.Security.CodeAccessPermission)
    Public MethodOverridden. Creates and returns an identical copy of the current permission object.  
    Public MethodForces a System.Security.SecurityException at run time if all callers higher in the call stack have not been granted the permission specified by the current instance. (Inherited from System.Security.CodeAccessPermission)
    Public MethodPrevents callers higher in the call stack from using the code that calls this method to access the resource specified by the current instance. (Inherited from System.Security.CodeAccessPermission)
    Public MethodDetermines whether the specified System.Security.CodeAccessPermission object is equal to the current System.Security.CodeAccessPermission. (Inherited from System.Security.CodeAccessPermission)
    Public MethodOverridden. Reconstructs a security object with the specified state from XML encoding.  
    Public MethodGets a hash code for the System.Security.CodeAccessPermission object that is suitable for use in hashing algorithms and data structures such as a hash table. (Inherited from System.Security.CodeAccessPermission)
    Public MethodOverridden. Returns a new permission object representing the intersection of the current permission object and the specified permission object.  
    Public MethodOverridden. Returns a value indicating whether the current permission object is a subset of the specified permission object.  
    Public MethodReturns a value indicating whether the permission can be represented as unrestricted without any knowledge of the permission semantics.  
    Public MethodPrevents callers higher in the call stack from using the code that calls this method to access all resources except for the resource specified by the current instance. (Inherited from System.Security.CodeAccessPermission)
    Public MethodCreates and returns a string representation of the current permission object. (Inherited from System.Security.CodeAccessPermission)
    Public MethodOverridden. Creates XML encoding of the security object and its current state.  
    Public MethodWhen overridden in a derived class, creates a permission that is the union of the current permission and the specified permission. (Inherited from System.Security.CodeAccessPermission)
    Top
    See Also