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