Share via


ServicePointManagerElement.CheckCertificateName Vlastnost

Definice

Získá nebo nastaví logickou hodnotu, která řídí kontrolu informací o názvu hostitele v certifikátu X509.

public:
 property bool CheckCertificateName { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("checkCertificateName", DefaultValue=true)]
public bool CheckCertificateName { get; set; }
[<System.Configuration.ConfigurationProperty("checkCertificateName", DefaultValue=true)>]
member this.CheckCertificateName : bool with get, set
Public Property CheckCertificateName As Boolean

Hodnota vlastnosti

trueurčit kontrolu názvu hostitele; v opačném případě . false

Atributy

Platí pro

Viz také