IPasswordBankManager public interface IPasswordBankManager : IDisposable Exposes methods on the Password Bank Manager web service used for interacting with document passwords. Documentation Task<List<string>> GetAllPasswordsAsync(int workspaceArtifactId) Retrieves all document passwords stored in the password bank for a specific workspace.