OleDbPermission Constructor (PermissionState, Boolean)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Data.OleDb
Assembly: System.Data (in System.Data.dll)
Return to top
Initializes a new instance of the OleDbPermission class.
Assembly: System.Data (in System.Data.dll)
public: [ObsoleteAttribute("OleDbPermission(PermissionState state, Boolean allowBlankPassword) has been deprecated. Use the OleDbPermission(PermissionState.None) constructor. http://go.microsoft.com/fwlink/?linkid=14202", true)] OleDbPermission( 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: