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 bb3313c commit 8458b60Copy full SHA for 8458b60
articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/csharp/dotnet.md
@@ -2,7 +2,7 @@
2
author: IEvangelist
3
ms.service: cognitive-services
4
ms.topic: include
5
-ms.date: 01/13/2020
+ms.date: 03/12/2020
6
ms.author: dapine
7
---
8
@@ -58,8 +58,9 @@ class Program
58
59
static async Task Main()
60
{
61
- // For non-Windows 10 users.
62
- ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
+ // Cognitive Services follows security best practices.
+ // If you experience connectivity issues, see:
63
+ // https://docs.microsoft.com/en-us/dotnet/framework/network-programming/tls
64
65
await TranscribeAsync();
66
}
0 commit comments