IVsCredentialStorageService Interface

 

Represents credential storage.

Namespace:   Microsoft.VisualStudio.Shell.Connected.CredentialStorage
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

public interface class IVsCredentialStorageService

NameDescription
System_CAPS_pubmethodAdd(IVsCredentialKey^, String^)

Add a new credential to the storage. If a key already exists it is overwritten.

System_CAPS_pubmethodCreateCredentialKey(String^, String^, String^, String^)

Creates a credential key that can be used with the Retrieve and Remove methods.

System_CAPS_pubmethodRemove(IVsCredentialKey^)

Removes a credential from storage.

System_CAPS_pubmethodRetrieve(IVsCredentialKey^)

Removes a credential from storage.

System_CAPS_pubmethodRetrieveAll(String^)

Retrieves all the specified credentials for a given feature name. Each credential is a snapshot of what is in the credential store.

Return to top
Show: