CertificateReferenceElement.IsChainIncluded Property

Definition

Gets or sets a boolean value that specifies whether the validation is done using a certificate chain.

public:
 property bool IsChainIncluded { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("isChainIncluded", DefaultValue=false)]
public bool IsChainIncluded { get; set; }
[<System.Configuration.ConfigurationProperty("isChainIncluded", DefaultValue=false)>]
member this.IsChainIncluded : bool with get, set
Public Property IsChainIncluded As Boolean

Property Value

true if a certificate chain is used in validation; otherwise, false.

Attributes

Applies to