Class UsbTokenProfile
Defines parameters required for code signing using SignTool with a USB code signing token.
Namespace: Neon.Deployment.CodeSigning
Assembly: Neon.Deployment.dll
Syntax
public class UsbTokenProfile
Constructors
UsbTokenProfile(string, string, string, string, string)
Constructor.
Declaration
public UsbTokenProfile(string provider, string certBase64, string container, string timestampUri, string password)
Parameters
Type | Name | Description |
---|---|---|
string | provider | Specifies the certificate provider, like: "eToken Base Cryptographic Provider" |
string | certBase64 | Specifies the base64 encoded public certificate (multi-line values are allowed). |
string | container | Specifies the certificate container, like: "Sectigo_20220830143311" |
string | timestampUri | Specifies the URI for the certificate timestamp service, like: http://timestamp.sectigo.com |
string | password | Specifies the certificate password. |