diff options
Diffstat (limited to 'csharp/src/IceSSL/Util.cs')
-rw-r--r-- | csharp/src/IceSSL/Util.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/IceSSL/Util.cs b/csharp/src/IceSSL/Util.cs index 1b617dff0a0..ffb47cda1db 100644 --- a/csharp/src/IceSSL/Util.cs +++ b/csharp/src/IceSSL/Util.cs @@ -25,7 +25,7 @@ namespace IceSSL /// 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 X509Certificate2[] nativeCerts; } public sealed class Util |