Skip to content

Commit dd25e61

Browse files
committed
Removing TLS 1.2 code from quickstart.
1 parent 1390924 commit dd25e61

File tree

1 file changed

+0
-5
lines changed
  • articles/cognitive-services/Face/QuickStarts

1 file changed

+0
-5
lines changed

articles/cognitive-services/Face/QuickStarts/CSharp.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ Add the following code to the **Main** method of the **Program** class. This cod
7474
```csharp
7575
static void Main(string[] args)
7676
{
77-
78-
// Explicitly set TLS 1.2.
79-
ServicePointManager.SecurityProtocol = ServicePointManager.SecurityProtocol |
80-
SecurityProtocolType.Tls12;
81-
8277
// Get the path and filename to process from the user.
8378
Console.WriteLine("Detect faces:");
8479
Console.Write(

0 commit comments

Comments
 (0)