IVsCredentialStorageService.Remove(IVsCredentialKey) Method

Definition

Remove a credential from storage. If the credential did not exist or could not be removed false is returned.

public:
 bool Remove(Microsoft::VisualStudio::Shell::Connected::CredentialStorage::IVsCredentialKey ^ credentialKey);
public:
 bool Remove(Microsoft::VisualStudio::Shell::Connected::CredentialStorage::IVsCredentialKey ^ credentialKey);
bool Remove(Microsoft::VisualStudio::Shell::Connected::CredentialStorage::IVsCredentialKey const & credentialKey);
public bool Remove (Microsoft.VisualStudio.Shell.Connected.CredentialStorage.IVsCredentialKey credentialKey);
abstract member Remove : Microsoft.VisualStudio.Shell.Connected.CredentialStorage.IVsCredentialKey -> bool
Public Function Remove (credentialKey As IVsCredentialKey) As Boolean

Parameters

credentialKey
IVsCredentialKey

Required, cannot be null.

Returns

true if the credential could be removed, false if the credential does not exist or cannot be removed.

Applies to