Associates credentials with the current thread or with all of the threads in the process, depending on whether the SetThreadCredentials or the SetProcessCredentials method is called.

Namespace:  FileNet.Api.Util
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Class ClientContext
C#
public class ClientContext
Visual C++
public ref class ClientContext
JavaScript
FileNet.Api.Util.ClientContext = function();

Type.createClass(
	'FileNet.Api.Util.ClientContext');

ToggleInheritance Hierarchy

System..::.Object
  FileNet.Api.Util..::.ClientContext

ToggleSee Also