ExecutionIdentity specifies the conceptual role under which an IServicesMgr
should create a proxy. The ExecutionIdentity is intended to be used by
IServicesMgr-derived classes to select an appropriate AuthenticationType for
proxy creation.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 17.0.1.1 588f15fd7550dbf54835f3417a0142d4ea37dbb5
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
CurrentUser | 0 | The current user's identity is flowed through the calls. | |
System | 1 | The system's context is used for escalated permissions. | |
Manual | 2 | Programmatically give the identity for calls. |
See Also