Associates the specified credentials with all threads in this process (global). This method is required for
setting the authentication credentials that will be used for all connections in the current process.
Namespace:
FileNet.Api.Util
Assembly:
FileNet.Api (in FileNet.Api.dll)
Visual Basic (Declaration) |
---|
Public Shared Function SetProcessCredentials ( _
creds As Credentials _
) As Credentials |
JavaScript |
---|
FileNet.Api.Util.ClientContext.setProcessCredentials = function(creds); |
Return Value
A
Credentials object representing the previously applied process-wide credentials,
or null if no previous call to
SetProcessCredentials has been made.