C# Класс OpenSSL.SSL.SslStreamServer

Наследование: SslStreamBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SslStreamServer ( Stream stream, bool ownStream, X509Certificate serverCertificate, bool clientCertificateRequired, X509Chain caCerts, SslProtocols enabledSslProtocols, SslStrength sslStrength, bool checkCertificateRevocation, RemoteCertificateValidationHandler remote_callback ) : System

Защищенные методы

Метод Описание
ProcessHandshake ( ) : bool

Приватные методы

Метод Описание
InitializeServerContext ( X509Certificate serverCertificate, bool clientCertificateRequired, X509Chain caCerts, SslProtocols enabledSslProtocols, SslStrength sslStrength, bool checkCertificateRevocation ) : void

Описание методов

ProcessHandshake() защищенный Метод

protected ProcessHandshake ( ) : bool
Результат bool

SslStreamServer() публичный Метод

public SslStreamServer ( Stream stream, bool ownStream, X509Certificate serverCertificate, bool clientCertificateRequired, X509Chain caCerts, SslProtocols enabledSslProtocols, SslStrength sslStrength, bool checkCertificateRevocation, RemoteCertificateValidationHandler remote_callback ) : System
stream Stream
ownStream bool
serverCertificate X509Certificate
clientCertificateRequired bool
caCerts X509Chain
enabledSslProtocols SslProtocols
sslStrength SslStrength
checkCertificateRevocation bool
remote_callback RemoteCertificateValidationHandler
Результат System