Condividi tramite


ServicePointManagerElement.CheckCertificateName Proprietà

Definizione

Ottiene o imposta un valore Boolean che controlla le informazioni sul nome host in un certificato 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

Valore della proprietà

true per specificare il controllo del nome host. In caso contrario, false.

Attributi

Si applica a

Vedi anche