Last active
May 24, 2016 11:56
-
-
Save mkorman/5c99c3ec8acffed340a3a22ed7b596b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
static SalesforceClient() | |
{ | |
// SF requires TLS 1.1 or 1.2 | |
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment