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 輸出。 此輸出是快照集,而不是動態的。 如果結果用於更新或刪除認證,這些變更將不會反映在先前的輸出中。

適用於