Skip to content

Commit 0b0e35c

Browse files
authored
Merge pull request #107483 from IEvangelist/revertTlsBits
Updated comments and removed explicit TLS
2 parents a09a2f5 + 8458b60 commit 0b0e35c

File tree

1 file changed

+4
-3
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/csharp

1 file changed

+4
-3
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/csharp/dotnet.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: IEvangelist
33
ms.service: cognitive-services
44
ms.topic: include
5-
ms.date: 01/13/2020
5+
ms.date: 03/12/2020
66
ms.author: dapine
77
---
88

@@ -58,8 +58,9 @@ class Program
5858

5959
static async Task Main()
6060
{
61-
// For non-Windows 10 users.
62-
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;
61+
// Cognitive Services follows security best practices.
62+
// If you experience connectivity issues, see:
63+
// https://docs.microsoft.com/en-us/dotnet/framework/network-programming/tls
6364
6465
await TranscribeAsync();
6566
}

0 commit comments

Comments
 (0)