System::Net::ServicePointManager::set_CheckCertificateRevocationList method

ServicePointManager::set_CheckCertificateRevocationList method

Sets a value that indicates if the certificate must be checked against the certificate authority revocation list.

static void System::Net::ServicePointManager::set_CheckCertificateRevocationList(bool value)
ParameterTypeDescription
valueboolThe value to set.

See Also