System::Net::ServicePointManager::set_SecurityProtocol method

ServicePointManager::set_SecurityProtocol method

Sets the security protocol type used by the ServicePoint-class instances that are managed by the current instance.

static void System::Net::ServicePointManager::set_SecurityProtocol(SecurityProtocolType value)
ParameterTypeDescription
valueSecurityProtocolTypeThe value to set.

See Also