PasswordVault.RetrieveAll メソッド

定義

Credential Locker に格納されているすべての資格情報を取得します。

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

戻り値

このメソッドが戻るときに、検索条件に一致する資格情報オブジェクトの IVectorView 出力が含まれます。 この出力はスナップショットであり、動的ではありません。 資格情報の更新または削除に結果が使用されている場合、これらの変更は前の出力には反映されません。

適用対象