C# Class Iaik.Utils.Net.SslConnectionBuilder

Loads the specified certificate file, asks the user for the encryption password if needed and sets up the ssl connection
Allowed arguments are hostSpecifies the remote host portSpecifies the remote port client_certificateSpecifies the client certificate file to load for ssl authentication debug_target_hostIn productive environments the target host sent for authentication is the specified host. For debugging purpose this behaviour can be overridden to match the common name specified in the server certificate
Inheritance: IConnectionBuilder
Exibir arquivo Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
SetupConnection ( ) : FrontEndConnection
SslConnectionBuilder ( string>.IDictionary arguments ) : System
SslConnectionBuilder ( string host, int port, string certificateFile, string overwriteAuthenticationTargetHost ) : System

Method Details

SetupConnection() public method

public SetupConnection ( ) : FrontEndConnection
return FrontEndConnection

SslConnectionBuilder() public method

public SslConnectionBuilder ( string>.IDictionary arguments ) : System
arguments string>.IDictionary
return System

SslConnectionBuilder() public method

public SslConnectionBuilder ( string host, int port, string certificateFile, string overwriteAuthenticationTargetHost ) : System
host string
port int
certificateFile string
overwriteAuthenticationTargetHost string
return System