diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index e1d02e60..a0da1daf 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -199,8 +199,13 @@ namespace WebSocketSharp.Net /// Gets or sets the certificate used to authenticate the server. /// /// - /// A that represents an X.509 certificate - /// used to authenticate the server. + /// + /// A or + /// if not specified. + /// + /// + /// That instance represents an X.509 certificate. + /// /// public X509Certificate2 ServerCertificate { get {