PasswordVault.RetrieveAll Method

Definition

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.

Applies to