Method | Description | |
---|---|---|
CertificateErrorCodeToMessage ( int errorCode ) : string | ||
Connect ( ) : void | ||
Read ( byte buffer, int offset, int length ) : int | ||
SslConnection ( |
||
SslConnection ( string host, int port, |
||
SslConnection ( string host, int port, |
||
Write ( byte buffer, int offset, int length ) : void |
Method | Description | |
---|---|---|
SelectLocalCertificate ( |
Selects a certificate to authenticate with for the host
|
|
ValidateRemoteCertificate ( |
Validates the certificate of the remote host
|
public static CertificateErrorCodeToMessage ( int errorCode ) : string | ||
errorCode | int | |
return | string |
public Read ( byte buffer, int offset, int length ) : int | ||
buffer | byte | |
offset | int | |
length | int | |
return | int |
public SslConnection ( |
||
socket | ||
stream | ||
return | System |
public SslConnection ( string host, int port, |
||
host | string | |
port | int | |
clientCertificate | ||
return | System |
public SslConnection ( string host, int port, |
||
host | string | |
port | int | |
clientCertificate | ||
overwriteAuthenticationTargetHost | string | |
return | System |
public Write ( byte buffer, int offset, int length ) : void | ||
buffer | byte | |
offset | int | |
length | int | |
return | void |