PasswordVault.RetrieveAll 메서드

정의

자격 증명 보관에 저장된 모든 자격 증명을 검색합니다.

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

반환

이 메서드가 반환되면 검색 조건과 일치하는 자격 증명 개체의 IVectorView 출력이 포함됩니다. 이 출력은 동적이 아닌 스냅샷. 결과가 자격 증명을 업데이트하거나 삭제하는 데 사용되는 경우 이러한 변경 내용은 이전 출력에 반영되지 않습니다.

적용 대상