We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1390924 commit dd25e61Copy full SHA for dd25e61
articles/cognitive-services/Face/QuickStarts/CSharp.md
@@ -74,11 +74,6 @@ Add the following code to the **Main** method of the **Program** class. This cod
74
```csharp
75
static void Main(string[] args)
76
{
77
-
78
- // Explicitly set TLS 1.2.
79
- ServicePointManager.SecurityProtocol = ServicePointManager.SecurityProtocol |
80
- SecurityProtocolType.Tls12;
81
82
// Get the path and filename to process from the user.
83
Console.WriteLine("Detect faces:");
84
Console.Write(
0 commit comments