Sets the credentials for the specified key.
Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public void SetCredentials<TCredentials>( Object key, TCredentials credentials ) where TCredentials : class
Parameters
- key
- Type: SystemObject
The credentials key. - credentials
- Type: TCredentials
The credentials.
Type Parameters
- TCredentials
- The type of the credentials.
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also