共用方式為


CertificateReferenceElement.IsChainIncluded 屬性

定義

取得或設定布林值 (Boolean),這個值會指定是否使用憑證鏈結完成驗證。

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

屬性值

Boolean

如果在驗證中使用憑證鏈結,則為 true,否則為 false

屬性

適用於