SetAuthenticodeSignatureCommand.IncludeChain Property

Definition

Gets or sets the additional certificates to include in the digital signature. Use 'signer' to include only the signer's certificate. Use 'notroot' to include all certificates in the certificate chain, except for the root authority. Use 'all' to include all certificates in the certificate chain.

Defaults to 'notroot'.

public:
 property System::String ^ IncludeChain { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ IncludeChain { Platform::String ^ get(); void set(Platform::String ^ value); };
public string IncludeChain { get; set; }
[System.Management.Automation.Parameter(Mandatory=false)]
[System.Management.Automation.ValidateSet(new System.String[] { "signer", "notroot", "all" })]
public string IncludeChain { get; set; }
member this.IncludeChain : string with get, set
[<System.Management.Automation.Parameter(Mandatory=false)>]
[<System.Management.Automation.ValidateSet(new System.String[] { "signer", "notroot", "all" })>]
member this.IncludeChain : string with get, set
Public Property IncludeChain As String

Property Value

Attributes

Applies to