Skip to main content

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 itself
  • signed:custom — a custom sign hook did the signing
  • skipped:no-certificate — nothing to sign with (no certificate configured / no signing identity found, and no custom sign hook)