diff options
Diffstat (limited to 'csharp/src/IceSSL/TransceiverI.cs')
-rw-r--r-- | csharp/src/IceSSL/TransceiverI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/IceSSL/TransceiverI.cs b/csharp/src/IceSSL/TransceiverI.cs index 85ec68d0e4f..c60179e9f05 100644 --- a/csharp/src/IceSSL/TransceiverI.cs +++ b/csharp/src/IceSSL/TransceiverI.cs @@ -354,7 +354,7 @@ namespace IceSSL _verifyPeer = _instance.properties().getPropertyAsIntWithDefault("IceSSL.VerifyPeer", 2); - _chain = new X509Chain(_instance.engine().certStore() == "LocalMachine"); + _chain = new X509Chain(_instance.engine().useMachineContext()); if(_instance.checkCRL() == 0) { |