diff options
Diffstat (limited to 'cpp/src/IceSSL/WinRTTransceiverI.h')
-rwxr-xr-x | cpp/src/IceSSL/WinRTTransceiverI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/WinRTTransceiverI.h b/cpp/src/IceSSL/WinRTTransceiverI.h index 29d285175a6..71429198022 100755 --- a/cpp/src/IceSSL/WinRTTransceiverI.h +++ b/cpp/src/IceSSL/WinRTTransceiverI.h @@ -67,6 +67,8 @@ private: bool _connected; bool _upgraded; + bool _verified; + Windows::Security::Cryptography::Certificates::CertificateChain^ _chain; }; typedef IceUtil::Handle<TransceiverI> TransceiverIPtr; |