CredentialsService Class TIBCO Spotfire 5.5 API Reference
The CredentialsService class is available as a user-level service. It can be used to store credentials for the current user. Set credentials are available until the user session ends - typically when the application or web browser is closed.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.ApplicationModel CredentialsService

Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 11.15.5816.4413 (11.15.5816.4413)
Syntax

public class CredentialsService : IDisposableService, 
	IDisposable
Remarks

This service can be called from any thread, but the thread must be associated with the same user as the service.
Version Information

Supported in: 5.5, 5.0, 4.5, 4.0, 3.3
See Also