PasswordVault.RetrieveAll 方法

定义

检索存储在凭据保险箱中的所有凭据。

public:
 virtual IVectorView<PasswordCredential ^> ^ RetrieveAll() = RetrieveAll;
IVectorView<PasswordCredential> RetrieveAll();
public IReadOnlyList<PasswordCredential> RetrieveAll();
function retrieveAll()
Public Function RetrieveAll () As IReadOnlyList(Of PasswordCredential)

返回

此方法返回时,包含与搜索条件匹配的凭据对象的 IVectorView 输出。 此输出是快照,而不是动态输出。 如果结果用于更新或删除凭据,则这些更改不会反映在以前的输出中。

适用于