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
Afficher le fichier Open project: areiter/InMemoryFuzzing

Méthodes publiques

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

Method Details

SetupConnection() public méthode

public SetupConnection ( ) : FrontEndConnection
Résultat FrontEndConnection

SslConnectionBuilder() public méthode

public SslConnectionBuilder ( string>.IDictionary arguments ) : System
arguments string>.IDictionary
Résultat System

SslConnectionBuilder() public méthode

public SslConnectionBuilder ( string host, int port, string certificateFile, string overwriteAuthenticationTargetHost ) : System
host string
port int
certificateFile string
overwriteAuthenticationTargetHost string
Résultat System