CertificateReferenceElement::IsChainIncluded Property
.NET Framework (current version)
Gets or sets a boolean value that specifies whether the validation is done using a certificate chain.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("isChainIncluded", DefaultValue = false)] property bool IsChainIncluded { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if a certificate chain is used in validation; otherwise, false.
.NET Framework
Available since 3.0
Available since 3.0
Show: