ExecutionIdentity Enumeration

Relativity API
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

public enum ExecutionIdentity
Members

  Member nameValueDescription
CurrentUser0 The current user's identity is flowed through the calls.
System1 The system's context is used for escalated permissions.
Manual2 Programmatically give the identity for calls.
See Also

Reference