|
|
|
@ -153,11 +153,11 @@ namespace WebSocketSharp.Net
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the certificate used to authenticate the server for secure connection.
|
|
|
|
/// Gets or sets the certificate used to authenticate the server.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="X509Certificate2"/> that represents the certificate used to authenticate
|
|
|
|
/// A <see cref="X509Certificate2"/> that represents an X.509 certificate
|
|
|
|
/// the server.
|
|
|
|
/// used to authenticate the server.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public X509Certificate2 ServerCertificate {
|
|
|
|
public X509Certificate2 ServerCertificate {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|