C# 클래스 OpenSSL.SSL.SslStreamServer

상속: SslStreamBase
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 메소드들

메소드 설명
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