Compartilhar via


ServicePointManagerElement.CheckCertificateName Propriedade

Definição

Obtém ou define um valor booliano que controla a verificação das informações de nome do host em um 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 da propriedade

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

Atributos

Aplica-se a

Confira também