Returns the credentials that should be applied to the operation taking place in the current thread.

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

ToggleSyntax

Visual Basic (Declaration)
Function GetCredentials As Credentials
C#
Credentials GetCredentials()
Visual C++
Credentials^ GetCredentials()
JavaScript
function getCredentials();

Return Value

A Credentials object.

ToggleSee Also