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, 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

属性

适用于