CredentialsService Class TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
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.
See Also