Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0