Assembly: Metabase;
The ICredentialsSet interface contains properties and methods used to work with the collection of credentials.
ICredentialsSet
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: