PasswordVault.Remove(PasswordCredential) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes a credential from the Credential Locker.
public:
virtual void Remove(PasswordCredential ^ credential) = Remove;
void Remove(PasswordCredential const& credential);
public void Remove(PasswordCredential credential);
function remove(credential)
Public Sub Remove (credential As PasswordCredential)
Parameters
- credential
- PasswordCredential
The credential to be removed.