[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>
/// Gets the client's X.509 v.3 certificate.
/// Gets the certificate provided by the client.
/// </summary>
/// <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>
/// <exception cref="NotImplementedException">
/// This method isn't implemented.
/// <exception cref="NotSupportedException">
/// This method is not supported.
/// </exception>
public X509Certificate2 GetClientCertificate ()
{