[Modify] Edit it
This commit is contained in:
parent
37c6346508
commit
54222524c4
@ -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 ()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user