From 12f0be6e486cef047e7deb92f8ab557023df7d29 Mon Sep 17 00:00:00 2001 From: Eli Iser Date: Mon, 20 May 2024 09:15:34 -0400 Subject: [PATCH] Removing README chagnes for now --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 5ce74b3dd..276191fc3 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,6 @@ We provide [Examples][examples] to help get you started with a lot of the basic - [Simple Business Dashboard](https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/SimpleBusinessDashboard) - This is a demo of a business dashboard - [Universal Demo](https://github.com/dropbox/dropbox-sdk-dotnet/tree/main/dropbox-sdk-dotnet/Examples/UniversalDemo/UniversalDemo) - This is an example of how to use the SDK across multiple platforms -### Certificate pinning - -If certificate pinning is desired when using the Dropbox SDK to validate that the right Dropbox servers are being hit, see [Microsoft's docuemntation](https://learn.microsoft.com/en-us/dotnet/api/system.net.servicepointmanager.servercertificatevalidationcallback?view=net-8.0) on how to perform this validation. -The Dropbox certificates can be found here. - ## Getting Help If you find a bug, please see [CONTRIBUTING.md][contributing] for information on how to report it.