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
Показать файл Открыть проект

Открытые методы

Метод Описание
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