Search Results for

    Show / Hide Table of Contents

    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.

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