CertificateReferenceElement.IsChainIncluded Propriedade

Definição

Obtém ou define um valor booliano que especifica se a validação é feita usando uma cadeia de certificados.

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

Valor da propriedade

Boolean

true se uma cadeia de certificados for usada na validação; caso contrário, false .

Atributos

Aplica-se a