Created
August 2, 2016 16:55
-
-
Save Yecats/26d7fd2edf3e0e1a8b0b7fdda01f99d0 to your computer and use it in GitHub Desktop.
Transport Security CNG Sample 3
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
| private const string DisableCngCertificates = @"Switch.System.ServiceModel.DisableCngCertificates"; | |
| AppContext.SetSwitch(DisableCngCertificates, false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment