Property | Type | Description | |
---|---|---|---|
internalCertificateSelectionCallback | ClientCertCallbackHandler |
Method | Description | |
---|---|---|
InternalClientCertificateSelectionCallback ( OpenSSL.SSL.Ssl ssl, X509Certificate &x509_cert, OpenSSL.Crypto.CryptoKey &key ) : int | ||
SslStreamClient ( |
Method | Description | |
---|---|---|
InitializeClientContext ( X509List certificates, SslProtocols enabledSslProtocols, SslStrength sslStrength, bool checkCertificateRevocation ) : void | ||
ProcessHandshake ( ) : bool |
protected InitializeClientContext ( X509List certificates, SslProtocols enabledSslProtocols, SslStrength sslStrength, bool checkCertificateRevocation ) : void | ||
certificates | X509List | |
enabledSslProtocols | SslProtocols | |
sslStrength | SslStrength | |
checkCertificateRevocation | bool | |
return | void |
public InternalClientCertificateSelectionCallback ( OpenSSL.SSL.Ssl ssl, X509Certificate &x509_cert, OpenSSL.Crypto.CryptoKey &key ) : int | ||
ssl | OpenSSL.SSL.Ssl | |
x509_cert | X509Certificate | |
key | OpenSSL.Crypto.CryptoKey | |
return | int |
public SslStreamClient ( |
||
stream | ||
ownStream | bool | |
targetHost | string | |
clientCertificates | X509List | |
caCertificates | X509Chain | |
enabledSslProtocols | SslProtocols | |
sslStrength | SslStrength | |
checkCertificateRevocationStatus | bool | |
remoteCallback | RemoteCertificateValidationHandler | |
localCallback | LocalCertificateSelectionHandler | |
return | System |