ClearEndUserSecurityContext
This method removes the Deep Data Security end-user security context from the database session.
Declaration
// C# public void ClearEndUserSecurityContext()
Remarks
After the method completes, the connection returns to its default state. All subsequent operations run using the privileges of the originally authenticated database user.
If no end-user security context had been previously applied to the connection, this method would have no effect.