SigningOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the options that control what data is embedded in the signature blob.
public enum class SigningOption
public enum SigningOption
type SigningOption =
Public Enum SigningOption
- Inheritance
-
SigningOption
Fields
Name | Value | Description |
---|---|---|
AddOnlyCertificate | 0 | Embeds only the signer's certificate. |
AddFullCertificateChain | 1 | Embeds the entire certificate chain. |
AddFullCertificateChainExceptRoot | 2 | Embeds the entire certificate chain, except for the root certificate. |
Default | 2 | Default: Embeds the entire certificate chain, except for the root certificate. |