[Modify] Edit it

This commit is contained in:
sta 2018-03-02 18:14:07 +09:00
parent 37c6346508
commit 54222524c4

View File

@ -881,13 +881,14 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets the client's X.509 v.3 certificate. /// Gets the certificate provided by the client.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// A <see cref="X509Certificate2"/> that contains the client's X.509 v.3 certificate. /// A <see cref="X509Certificate2"/> that represents an X.509 certificate
/// provided by the client.
/// </returns> /// </returns>
/// <exception cref="NotImplementedException"> /// <exception cref="NotSupportedException">
/// This method isn't implemented. /// This method is not supported.
/// </exception> /// </exception>
public X509Certificate2 GetClientCertificate () public X509Certificate2 GetClientCertificate ()
{ {