HttpClientHandler.CheckCertificateRevocationList Propriedade

Definição

Recebe ou define um valor que indica se o certificado está verificado na lista de revogação da autoridade certificadora.

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 de Propriedade

true se a lista de revogação de certificados for assinalada; caso contrário, false.

Atributos

Exceções

.NET Framework 4.7.1 apenas: Esta propriedade não está implementada.

Aplica-se a