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.Gets or sets a Boolean value that controls checking host name information in an X509 certificate.
public:
property bool CheckCertificateName { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("checkCertificateName", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool CheckCertificateName { get; set; }
[<System.Configuration.ConfigurationProperty("checkCertificateName", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.CheckCertificateName : bool with get, set
Public Property CheckCertificateName As Boolean
Valor da propriedade
true para especificar a verificação de nome de host; caso contrário, false .true to specify host name checking; otherwise, false.
- Atributos