PatchKit Documentation
PatchKit Launcher SDK Documentation
Preparing search index...
The search index is not available
PatchKit Launcher SDK API Documentation
PatchKit Launcher SDK API Documentation
@upsoft/patchkit-launcher-runtime-package-dev-tools-base
WindowsCustomCodeCertificatePreset
Interface WindowsCustomCodeCertificatePreset
Since
1.1.0
interface
WindowsCustomCodeCertificatePreset
{
subjectName
:
string
;
type
:
CustomCertificate
;
signFile
:
(
(
__namedParameters
:
{
filePath
:
string
;
}
)
=>
Promise
<
void
>
)
;
}
Hierarchy (
view full
)
WindowsCodeCertificatePresetBase
WindowsCustomCodeCertificatePreset
Index
Properties
subject
Name
type
sign
File
Properties
subject
Name
subject
Name
:
string
Subject name of the code certificate.
type
type
:
CustomCertificate
sign
File
sign
File
:
(
(
__namedParameters
:
{
filePath
:
string
;
}
)
=>
Promise
<
void
>
)
Code certificate function for signing files.
Settings
Theme
OS
Light
Dark
On This Page
Properties
subject
Name
type
sign
File
PatchKit Documentation
PatchKit Launcher SDK Documentation
PatchKit Launcher SDK API Documentation
Loading...
Since
1.1.0