A class that serves as model for credentials.
Inheritance Hierarchy
Spotfire.Dxp.Framework.ApplicationModelCredentialsModel
Spotfire.Dxp.Framework.ApplicationModelCredentialsModelT
Namespace: Spotfire.Dxp.Framework.ApplicationModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public sealed class CredentialsModel<T> : CredentialsModel
Type Parameters
- T
- The model instansiator type
The CredentialsModelT type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CredentialsService |
Gets the credential service.
(Inherited from CredentialsModel.) | |
| Key |
Gets the key object used in the credentials service.
(Inherited from CredentialsModel.) |
Methods
| Name | Description | |
|---|---|---|
| Create |
Creates a credentials key model.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
See Also