CertificateReferenceElement.IsChainIncluded プロパティ

定義

証明書チェーンを使用して検証を行うかどうかを指定するブール値を取得または設定します。

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

プロパティ値

true 証明書チェーンが検証で使用される場合。それ以外の場合は false

属性

適用対象