summaryrefslogtreecommitdiff
path: root/csharp/src/IceSSL/Util.cs
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2016-06-27 17:54:30 +0200
committerBenoit Foucher <benoit@zeroc.com>2016-06-27 17:54:30 +0200
commitc56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7 (patch)
tree5cb64dfe155e5d2349efb6c7dc4b0f5b5284d44a /csharp/src/IceSSL/Util.cs
parentFix Windows php build to restore nuget packages (diff)
downloadice-c56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7.tar.bz2
ice-c56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7.tar.xz
ice-c56f8ab6ca6ca0bdb9536fcce1ef24f1ef40ddc7.zip
Refactored SSL and iAP transports, support for running SSL on top
of TCP/iAP/Bluetooth.
Diffstat (limited to 'csharp/src/IceSSL/Util.cs')
-rw-r--r--csharp/src/IceSSL/Util.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/csharp/src/IceSSL/Util.cs b/csharp/src/IceSSL/Util.cs
index 7b64a30befc..1b617dff0a0 100644
--- a/csharp/src/IceSSL/Util.cs
+++ b/csharp/src/IceSSL/Util.cs
@@ -28,20 +28,6 @@ namespace IceSSL
public System.Security.Cryptography.X509Certificates.X509Certificate2[] nativeCerts;
}
- /// <summary>
- /// This class provides information about a connection to applications
- /// that require information about a peer.
- /// </summary>
- public sealed class WSSNativeConnectionInfo : WSSConnectionInfo
- {
- /// <summary>
- /// The certificate chain. This may be null if the peer did not
- /// supply a certificate. The peer's certificate (if any) is the
- /// first one in the chain.
- /// </summary>
- public System.Security.Cryptography.X509Certificates.X509Certificate2[] nativeCerts;
- }
-
public sealed class Util
{
public static X509Certificate2 createCertificate(string certPEM)