ServicePointManagerElement.CheckCertificateName Propriedade

Definição

Obtém ou define um valor booleano que controla a verificação da informação do nome do host num 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 Propriedade

true para especificar a verificação de nomes de host; caso contrário, false.

Atributos

Aplica-se a

Ver também