OracleEndUserSecurityContext Class

An OracleEndUserSecurityContext object represents the Deep Data Security identity under which an app end user performs database operations. At runtime, the database consumes the context and enforces the end-user policies and roles.

Class Inheritance

N/A

Declaration

// C#
public sealed class OracleEndUserSecurityContext

Requirements

Provider ODP.NET, Managed Driver ODP.NET Core

Assembly

Oracle.ManagedDataAccess.dll

Oracle.ManagedDataAccess.dll

Namespace

Oracle.ManagedDataAccess.Client

Oracle.ManagedDataAccess.Client

.NET Framework

See System Requirements

-

.NET (Core)

-

See System Requirements

Thread Safety

OracleEndUserSecurityContext is an immutable class and completely thread-safe. It can be used across threads.