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, SslProtocols enabledSslProtocols);
Parameters
Type | Name | Description |
---|---|---|
System.Net.Security.SslStream | sslStream | The SSL stream. |
System.String | targetHost | The target host. |
System.Security.Authentication.SslProtocols | enabledSslProtocols | The enabled SSL protocols. |