Retrieves all of the credentials stored in the Credential Locker.
Syntax
var iVectorView = passwordVault.retrieveAll();
Parameters
This method has no parameters.
Return value
Type: IVectorView<PasswordCredential> [JavaScript/C++] | System.Collections.Generic.IReadOnlyList<PasswordCredential> [.NET]
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.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012