Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The ICredentialsSet interface contains properties and methods used to work with the collection of credentials.
ICredentialsSet
The collection of the credentials can be obtained in the IMetabaseLink.CredentialsSet property. In this collection. All credentials are encrypted and saved to the registry of the operating system.
Property name | Brief description | |
Count | The Count property returns the number of credentials in the collection. | |
Default_ | The Default_ property returns the default credentials. | |
Item | The Item property returns the record with the credentials by the index. |
Method name | Brief description | |
Add | The Add method creates a new record for storing credentials. | |
Clear | The Clear method removes all credentials from the collection. | |
Find | The Find method searches for the credentials by their scope. | |
Remove | The Remove method removes a record with the credentials by index. |
See also: