IVsCredentialStorageService Interface

Definition

Represents credential storage.

public interface class IVsCredentialStorageService
public interface class IVsCredentialStorageService
__interface IVsCredentialStorageService
public interface IVsCredentialStorageService
type IVsCredentialStorageService = interface
Public Interface IVsCredentialStorageService

Methods

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.

Applies to