Udostępnij za pośrednictwem


CertificateReferenceElement.IsChainIncluded Właściwość

Definicja

Pobiera lub ustawia wartość logiczną, która określa, czy weryfikacja jest wykonywana przy użyciu łańcucha certyfikatów.

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

Wartość właściwości

Boolean

true jeśli łańcuch certyfikatów jest używany podczas walidacji; w przeciwnym razie false .

Atrybuty

Dotyczy