Skip to content

Instantly share code, notes, and snippets.

@Yecats
Created August 2, 2016 16:55
Show Gist options
  • Select an option

  • Save Yecats/26d7fd2edf3e0e1a8b0b7fdda01f99d0 to your computer and use it in GitHub Desktop.

Select an option

Save Yecats/26d7fd2edf3e0e1a8b0b7fdda01f99d0 to your computer and use it in GitHub Desktop.
Transport Security CNG Sample 3
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