set_CheckCertificateRevocationList()

ServicePointManager::set_CheckCertificateRevocationList(bool) 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)

Arguments

ParameterTypeDescription
valueboolThe value to set.

See Also