MCPcopy Create free account
hub / github.com/davewasmer/devcert / getWindowsEncryptionPassword

Method getWindowsEncryptionPassword

src/user-interface.ts:5–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4export interface UserInterface {
5 getWindowsEncryptionPassword(): Promise<string>;
6 warnChromeOnLinuxWithoutCertutil(): Promise<void>;
7 closeFirefoxBeforeContinuing(): Promise<void>;
8 startFirefoxWizard(certificateHost: string): Promise<void>;

Callers 2

readProtectedFileMethod · 0.80
writeProtectedFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected