System::Net::ServicePointManager::set_CheckCertificateRevocationList 方法

ServicePointManager::set_CheckCertificateRevocationList method

设置一个值,指示是否必须将证书与证书颁发机构的吊销列表进行检查。

static void System::Net::ServicePointManager::set_CheckCertificateRevocationList(bool value)
参数类型描述
bool要设置的值。

另见