SqlClientPermission Constructor (PermissionState, Boolean)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Data.SqlClient
Assembly: System.Data (in System.Data.dll)
Return to top
Initializes a new instance of the SqlClientPermission class.
Assembly: System.Data (in System.Data.dll)
public: [ObsoleteAttribute("SqlClientPermission(PermissionState state, Boolean allowBlankPassword) has been deprecated. Use the SqlClientPermission(PermissionState.None) constructor. http://go.microsoft.com/fwlink/?linkid=14202", true)] SqlClientPermission( 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. For an example demonstrating how to use security demands, see Code Access Security and ADO.NET.
.NET Framework
Available since 1.1
Available since 1.1
Show: