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: 640db774aa42dfbe1785add27fbb41844ec5c7d4
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