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 |
|
|
|
Namespace |
|
|
|
.NET Framework |
- |
|
|
.NET (Core) |
- |
Thread Safety
OracleEndUserSecurityContext is an immutable class and completely thread-safe. It can be used across threads.