DBDataPermission Class
Enables a .NET Framework data provider to help ensure that a user has a security level adequate for accessing data.
Assembly: System.Data (in System.Data.dll)
System.Security::CodeAccessPermission
System.Data.Common::DBDataPermission
System.Data.Odbc::OdbcPermission
System.Data.OleDb::OleDbPermission
System.Data.SqlClient::SqlClientPermission
| Name | Description | |
|---|---|---|
![]() | DBDataPermission() | Obsolete. Initializes a new instance of a DBDataPermission class. |
![]() | DBDataPermission(DBDataPermission^) | Initializes a new instance of a DBDataPermission class using an existing DBDataPermission. |
![]() | DBDataPermission(DBDataPermissionAttribute^) | Initializes a new instance of a DBDataPermission class with the specified DBDataPermissionAttribute. |
![]() | DBDataPermission(PermissionState) | Initializes a new instance of a DBDataPermission class with the specified PermissionState value. |
![]() | DBDataPermission(PermissionState, Boolean) | Obsolete. Initializes a new instance of a DBDataPermission class with the specified PermissionState value, and a value indicating whether a blank password is allowed. |
| Name | Description | |
|---|---|---|
![]() | AllowBlankPassword | Gets a value indicating whether a blank password is allowed. |
| Name | Description | |
|---|---|---|
![]() | Add(String^, String^, KeyRestrictionBehavior) | Adds access for the specified connection string to the existing state of the DBDataPermission. |
![]() | Assert() | Declares 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 Assert can create security issues.(Inherited from CodeAccessPermission.) |
![]() | Clear() | Removes all permissions that were previous added using the Add method. |
![]() | Copy() | Creates and returns an identical copy of the current permission object.(Overrides CodeAccessPermission::Copy().) |
![]() | CreateInstance() | Creates a new instance of the DBDataPermission class. |
![]() | Demand() | Forces a 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 CodeAccessPermission.) |
![]() | Deny() | Obsolete. Prevents 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 CodeAccessPermission.) |
![]() | Equals(Object^) | Determines whether the specified CodeAccessPermission object is equal to the current CodeAccessPermission.(Inherited from CodeAccessPermission.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | FromXml(SecurityElement^) | Reconstructs a security object with a specified state from an XML encoding.(Overrides CodeAccessPermission::FromXml(SecurityElement^).) |
![]() | GetHashCode() | Gets a hash code for the CodeAccessPermission object that is suitable for use in hashing algorithms and data structures such as a hash table.(Inherited from CodeAccessPermission.) |
![]() | GetType() | |
![]() | Intersect(IPermission^) | Returns a new permission object representing the intersection of the current permission object and the specified permission object.(Overrides CodeAccessPermission::Intersect(IPermission^).) |
![]() | IsSubsetOf(IPermission^) | Returns a value indicating whether the current permission object is a subset of the specified permission object.(Overrides CodeAccessPermission::IsSubsetOf(IPermission^).) |
![]() | IsUnrestricted() | Returns a value indicating whether the permission can be represented as unrestricted without any knowledge of the permission semantics. |
![]() | MemberwiseClone() | |
![]() | PermitOnly() | Prevents 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 CodeAccessPermission.) |
![]() | ToString() | Creates and returns a string representation of the current permission object.(Inherited from CodeAccessPermission.) |
![]() | ToXml() | Creates an XML encoding of the security object and its current state.(Overrides CodeAccessPermission::ToXml().) |
![]() | Union(IPermission^) | Returns a new permission object that is the union of the current and specified permission objects.(Overrides CodeAccessPermission::Union(IPermission^).) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


