OraclePermission Class
.NET Framework 3.0
Enables the .NET Framework Data Provider for Oracle to help ensure that a user has a security level adequate to access an Oracle database.
Namespace: System.Data.OracleClient
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
Assembly: System.Data.OracleClient (in system.data.oracleclient.dll)
[SerializableAttribute] public sealed class OraclePermission : CodeAccessPermission, IUnrestrictedPermission
/** @attribute SerializableAttribute() */ public final class OraclePermission extends CodeAccessPermission implements IUnrestrictedPermission
SerializableAttribute public final class OraclePermission extends CodeAccessPermission implements IUnrestrictedPermission
Not applicable.
The IsUnrestricted property takes precedence over the AllowBlankPassword property. Therefore, if you set AllowBlankPassword to false, you must also set IsUnrestricted to false 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.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: