SigningOption Enum

Definition

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

AddFullCertificateChain 1

Embeds the entire certificate chain.

AddFullCertificateChainExceptRoot 2

Embeds the entire certificate chain, except for the root certificate.

AddOnlyCertificate 0

Embeds only the signer's certificate.

Default 2

Default: Embeds the entire certificate chain, except for the root certificate.

Applies to