ServicePointManagerElement.CheckCertificateName Propiedad

Definición

Obtiene o establece un valor booleano que controla la comprobación de la información de nombres de host en un certificado 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

Valor de propiedad

Es true para especificar la comprobación de los nombres de host; de lo contrario, es false.

Atributos

Se aplica a

Consulte también