Type Alias: SignFileResult
SignFileResult =
"signed"|"signed:custom"|"skipped:no-certificate"
The subset of SigningResult a sign manager's single sign attempt can produce
(e.g. Windows SignManager.signFile). Failures are always thrown, never returned:
signed— the configured signing tooling signed the file/app itselfsigned:custom— a customsignhook did the signingskipped:no-certificate— nothing to sign with (no certificate configured / no signing identity found, and no customsignhook)