Delegate TcpSocket.ClientSslAuthenticateDelegate
Authenticates an SSL stream as a client.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public delegate void ClientSslAuthenticateDelegate(SslStream sslStream, string targetHost, System.Security.Authentication.SslProtocols enabledSslProtocols);
Parameters
| Type | Name | Description |
|---|---|---|
| SslStream | sslStream | The SSL stream. |
| System.String | targetHost | The target host. |
| System.Security.Authentication.SslProtocols | enabledSslProtocols | The enabled SSL protocols. |