DBDataPermission Constructor (PermissionState, Boolean)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Data.Common
Assembly: System.Data (in System.Data.dll)
Return to top
Initializes a new instance of a DBDataPermission class with the specified PermissionState value, and a value indicating whether a blank password is allowed.
Assembly: System.Data (in System.Data.dll)
protected: [ObsoleteAttribute("DBDataPermission(PermissionState state,Boolean allowBlankPassword) has been deprecated. Use the DBDataPermission(PermissionState.None) constructor. http://go.microsoft.com/fwlink/?linkid=14202", true)] DBDataPermission( PermissionState state, bool allowBlankPassword )
Parameters
- state
-
Type:
System.Security.Permissions::PermissionState
One of the PermissionState values.
- allowBlankPassword
-
Type:
System::Boolean
Indicates whether a blank password is allowed.
The PermissionState enumeration takes precedence over the AllowBlankPassword property. Therefore, if you set AllowBlankPassword to false, you must also set PermissionState to None to prevent a user from making a connection using a blank password.
.NET Framework
Available since 1.1
Available since 1.1
Show: