PasswordVault.RetrieveAll 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.
Retrieves all of the credentials stored in the Credential Locker.
public:
virtual IVectorView<PasswordCredential ^> ^ RetrieveAll() = RetrieveAll;
IVectorView<PasswordCredential> RetrieveAll();
public IReadOnlyList<PasswordCredential> RetrieveAll();
function retrieveAll()
Public Function RetrieveAll () As IReadOnlyList(Of PasswordCredential)
Returns
When this method returns, contains an IVectorView output of credential objects that match the search criteria. This output is a snapshot and not dynamic. If the results are used for updating or deleting credentials, those changes won't be reflected in the previous output.