OraclePermission::AllowBlankPassword Property
.NET Framework (current version)
Gets a value indicating whether a blank password is allowed.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
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: