This is part of the Fake.Tools.SignTool module.
Specifies parameters to use when using a certificate from a file.
Record Field | Description |
CspName
Signature: string option
|
Specifies the cryptographic service provider (CSP) that contains the private key container. (signtool option: /csp CSPName)
|
Password
Signature: string option
|
Specifies the password to use when opening a PFX file. A PFX file can be specified by using the /f option. (signtool option: /p Password)
|
Path
Signature: string
|
Specifies the signing certificate in a file. Only the Personal Information Exchange (PFX) file format is supported. If the file is in PFX format protected by a password, use the /p option to specify the password. If the file does not contain private keys, use the /csp and /k options to specify the CSP and private key container name, respectively. (signtool option: /f SignCertFile)
|
PrivateKeyKey
Signature: string option
|
Specifies the key that contains the name of the private key. (signtool option: /kc Name)
|
Static member | Description |
CertificateFromFile.Create(path)
Signature: path:string -> CertificateFromFile
|
Options default values.
|