CredentialsService Class TIBCO Spotfire 6.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: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5, 6.0, 5.5, 5.0, 4.5
See Also