|
|
|
@ -199,8 +199,13 @@ namespace WebSocketSharp.Net
|
|
|
|
/// Gets or sets the certificate used to authenticate the server.
|
|
|
|
/// Gets or sets the certificate used to authenticate the server.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="X509Certificate2"/> that represents an X.509 certificate
|
|
|
|
/// <para>
|
|
|
|
/// used to authenticate the server.
|
|
|
|
/// A <see cref="X509Certificate2"/> or <see langword="null"/>
|
|
|
|
|
|
|
|
/// if not specified.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
|
|
|
|
/// <para>
|
|
|
|
|
|
|
|
/// That instance represents an X.509 certificate.
|
|
|
|
|
|
|
|
/// </para>
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public X509Certificate2 ServerCertificate {
|
|
|
|
public X509Certificate2 ServerCertificate {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|