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