C# 클래스 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
상속: IConnectionBuilder
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing

공개 메소드들

메소드 설명
SetupConnection ( ) : FrontEndConnection
SslConnectionBuilder ( string>.IDictionary arguments ) : System
SslConnectionBuilder ( string host, int port, string certificateFile, string overwriteAuthenticationTargetHost ) : System

메소드 상세

SetupConnection() 공개 메소드

public SetupConnection ( ) : FrontEndConnection
리턴 FrontEndConnection

SslConnectionBuilder() 공개 메소드

public SslConnectionBuilder ( string>.IDictionary arguments ) : System
arguments string>.IDictionary
리턴 System

SslConnectionBuilder() 공개 메소드

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