diff options
author | Jose <jose@zeroc.com> | 2017-03-27 17:44:39 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-03-27 17:44:39 +0200 |
commit | b18cce8da2ccb1d541b226450d13663d6f442b1c (patch) | |
tree | 81afdb344081362511dc73381df89f5face0713c /csharp/src | |
parent | Potential fix for IceDiscovery/simple test failure on Windows CI VMs (diff) | |
download | ice-b18cce8da2ccb1d541b226450d13663d6f442b1c.tar.bz2 ice-b18cce8da2ccb1d541b226450d13663d6f442b1c.tar.xz ice-b18cce8da2ccb1d541b226450d13663d6f442b1c.zip |
Fix (ICE-7708) - Add property to enable Schannel SCH_USE_STRONG_CRYPTO
Diffstat (limited to 'csharp/src')
-rw-r--r-- | csharp/src/Ice/PropertyNames.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csharp/src/Ice/PropertyNames.cs b/csharp/src/Ice/PropertyNames.cs index 3d1359ac6de..81b756ccaa5 100644 --- a/csharp/src/Ice/PropertyNames.cs +++ b/csharp/src/Ice/PropertyNames.cs @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ./config/PropertyNames.xml, Thu Mar 23 15:24:16 2017 +// Generated by makeprops.py from file ..\config\PropertyNames.xml, Mon Mar 27 16:51:58 2017 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -1037,6 +1037,7 @@ namespace IceInternal new Property(@"^IceSSL\.ProtocolVersionMax$", false, null), new Property(@"^IceSSL\.ProtocolVersionMin$", false, null), new Property(@"^IceSSL\.Random$", false, null), + new Property(@"^IceSSL\.SchannelStrongCrypto$", false, null), new Property(@"^IceSSL\.Trace\.Security$", false, null), new Property(@"^IceSSL\.TrustOnly$", false, null), new Property(@"^IceSSL\.TrustOnly\.Client$", false, null), |