using Tls12 .net 3.5

80

using Tls12 .net 3.5 -

Imports System.Security.Authentication
Imports System.Net

using Tls12 .net 3.5 -

public const SslProtocols _Tls12 = (SslProtocols)0x00000C00;
public const SecurityProtocolType Tls12 = (SecurityProtocolType)_Tls12;
ServicePointManager.SecurityProtocol = Tls12

Comments

Submit
0 Comments