HttpClientHandler.CheckCertificateRevocationList Propriedade

Definição

Obtém ou define um valor que indica se o certificado é verificado em relação à lista de revogação de autoridade de certificação.

public:
 property bool CheckCertificateRevocationList { bool get(); void set(bool value); };
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public bool CheckCertificateRevocationList { get; set; }
public bool CheckCertificateRevocationList { get; set; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.CheckCertificateRevocationList : bool with get, set
member this.CheckCertificateRevocationList : bool with get, set
Public Property CheckCertificateRevocationList As Boolean

Valor da propriedade

Boolean

true se a lista de certificados revogados é verificada; caso contrário, false.

Atributos

Exceções

Somente .NET Framework 4.7.1: esta propriedade não é implementada.

Aplica-se a