ServicePointManagerElement.CheckCertificateName Eigenschap

Definitie

Hiermee wordt een Booleaanse waarde opgehaald of ingesteld waarmee wordt bepaald of de hostnaamgegevens in een X509-certificaat worden gecontroleerd.

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

Waarde van eigenschap

true om hostnaamcontrole op te geven; anders, false.

Kenmerken

Van toepassing op

Zie ook