Net.ServicePointManager.SecurityProtocol .net framework 4
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
Net.ServicePointManager.SecurityProtocol .net framework 4
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
servicepointmanager.securityprotocol = securityprotocoltype.tls12 vb.net sample code
Imports System.Net
Imports System.Web.Optimization
Public Class MvcApplication
Inherits System.Web.HttpApplication
Protected Sub Application_Start()
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12
AreaRegistration.RegisterAllAreas()
FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters)
RouteConfig.RegisterRoutes(RouteTable.Routes)
BundleConfig.RegisterBundles(BundleTable.Bundles)
End Sub
End Class
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us