PasswordVault.Remove(PasswordCredential) メソッド

定義

資格情報ロッカーから資格情報を削除します。

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)

パラメーター

credential
PasswordCredential

削除する資格情報。

適用対象