.NET API Reference for Oracle Entitlements Server 11.1.2
E27727-01
Sets the environment based on the mapping of natvie C# object which holds the enviroment variables.

Namespace: Oes.Pep.Api
Assembly: OES-PEP (in OES-PEP.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
void SetEnvironment(
	Object env
)

Parameters

env
Type: System..::..Object
env information passed through Hashtable

Exceptions

ExceptionCondition
Oes.Pep.Api..::..PepException Throws the PepException, if passed subject is not in valid form.

See Also