IVsCredentialStorageService Interface
Visual Studio 2015
Represents credential storage.
Assembly: Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | Add(IVsCredentialKey^, String^) | Add a new credential to the storage. If a key already exists it is overwritten. |
![]() | CreateCredentialKey(String^, String^, String^, String^) | Creates a credential key that can be used with the Retrieve and Remove methods. |
![]() | Remove(IVsCredentialKey^) | Removes a credential from storage. |
![]() | Retrieve(IVsCredentialKey^) | Removes a credential from storage. |
![]() | RetrieveAll(String^) | Retrieves all the specified credentials for a given feature name. Each credential is a snapshot of what is in the credential store. |
Show:
