<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.PasswordBank.IPasswordBankManager

public interface IPasswordBankManager : IDisposable
Exposes methods on the Password Bank Manager web service used for interacting with document passwords.
Task<List<string>> GetAllPasswordsAsync(int workspaceArtifactId)

Retrieves all document passwords stored in the password bank for a specific workspace.