CredentialsService Methods TIBCO Spotfire 6.0 API Reference
The CredentialsService type exposes the following members.
Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasCredentials
Determines whether credentials exist for the specified key.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveCredentials
Removes the credentials for the specified key.
Public methodSetCredentials TCredentials 
Sets the credentials for the specified key.
Public methodTryGetCredentials TCredentials 
Tries to get the credentials for the specified key.
Back to Top
See Also