CredentialsService Class TIBCO Spotfire 7.0 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: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public class CredentialsService : IDisposableServiceForPublicServices, 
	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: 7.0, 6.5, 6.0, 5.5, 5.0
See Also