Struct tugger_windows_codesign::SigntoolSign [−][src]
pub struct SigntoolSign { /* fields omitted */ }Expand description
Represents an invocation of signtool.exe sign to sign some files.
Implementations
Construct a new instance using a specified signing certificate.
Clone this instance, but not the list of files to sign.
Set the description of the content to be signed.
This is passed into the /d argument.
Set the file digest algorithm to use.
This is passed into the /fd argument.
Set the timestamp server to use when signing.
Set extra arguments to pass to signtool.
Ideally this would not be used. Consider adding a separate API for use cases that require this.
Mark a file path as to be signed.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SigntoolSign
impl Send for SigntoolSign
impl Sync for SigntoolSign
impl Unpin for SigntoolSign
impl UnwindSafe for SigntoolSign
Blanket Implementations
Mutably borrows from an owned value. Read more