Delegate TcpSocket.ServerSslAuthenticateDelegate
Authenticates an SSL stream as a server.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public delegate void ServerSslAuthenticateDelegate(SslStream sslStream, X509Certificate2 serverCertificate, SslProtocols enabledSslProtocols);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Net.Security.SslStream | sslStream | The SSL stream. |
| System.Security.Cryptography.X509Certificates.X509Certificate2 | serverCertificate | The server certificate. |
| System.Security.Authentication.SslProtocols | enabledSslProtocols | The enabled SSL protocols. |