Share via


CertificateReferenceElement.IsChainIncluded Eigenschaft

Definition

Ruft einen booleschen Wert ab oder legt einen booleschen Wert fest, der angibt, ob die Validierung mithilfe einer Zertifikatskette durchgeführt wird.

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, Options=System.Configuration.ConfigurationPropertyOptions.None)]
public bool IsChainIncluded { get; set; }
[<System.Configuration.ConfigurationProperty("isChainIncluded", DefaultValue=false)>]
member this.IsChainIncluded : bool with get, set
[<System.Configuration.ConfigurationProperty("isChainIncluded", DefaultValue=false, Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.IsChainIncluded : bool with get, set
Public Property IsChainIncluded As Boolean

Eigenschaftswert

Boolean

true, wenn eine Zertifikatskette bei der Validierung verwendet wird, andernfalls false.

Attribute

Gilt für