Partager via


PasswordVault.RetrieveAll Méthode

Définition

Récupère toutes les informations d’identification stockées dans le casier d’informations d’identification.

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

Retours

Lorsque cette méthode est retournée, contient une sortie IVectorView d’objets d’informations d’identification qui correspondent aux critères de recherche. Cette sortie est une instantané et non dynamique. Si les résultats sont utilisés pour mettre à jour ou supprimer des informations d’identification, ces modifications ne sont pas répercutées dans la sortie précédente.

S’applique à