HttpListenerRequestEndGetClientCertificate Method |
Ends an asynchronous operation to get the certificate provided by the
client.
Namespace:
Sfs2X.WebSocketSharp.Net
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public X509Certificate2 EndGetClientCertificate(
IAsyncResult asyncResult
)
Parameters
- asyncResult
- Type: SystemIAsyncResult
An IAsyncResult instance returned when the operation
started.
Return Value
Type:
X509Certificate2
A
X509Certificate2 that represents an X.509 certificate
provided by the client.
Exceptions Exception | Condition |
---|
NotSupportedException |
This method is not supported.
|
See Also