diff options
Diffstat (limited to 'csharp/src/IceSSL/Plugin.cs')
-rw-r--r-- | csharp/src/IceSSL/Plugin.cs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/csharp/src/IceSSL/Plugin.cs b/csharp/src/IceSSL/Plugin.cs index 63647d31a63..f104a6268ba 100644 --- a/csharp/src/IceSSL/Plugin.cs +++ b/csharp/src/IceSSL/Plugin.cs @@ -56,13 +56,13 @@ namespace IceSSL abstract public void initialize(); /// <summary> - /// Specify the certificate authorities certificates to use + /// Specify the certificate authorities certificates to use /// when validating SSL peer certificates. This must be done - /// before the plug-in is initialized; therefore, the application - /// must define the property Ice.InitPlugins=0, set the certificates, + /// before the plug-in is initialized; therefore, the application + /// must define the property Ice.InitPlugins=0, set the certificates, /// and finally invoke initializePlugins on the PluginManager. - /// When the application supplies its own certificate authorities - /// certificates, the plug-in skips its normal property-based + /// When the application supplies its own certificate authorities + /// certificates, the plug-in skips its normal property-based /// configuration. /// </summary> /// <param name="certs">The certificate authorities certificates to use.</param> |