메소드 | 설명 | |
---|---|---|
Build ( ITcpChannel channel, |
Build a new SSL steam.
|
|
ServerSideSslStreamBuilder ( |
Initializes a new instance of the ServerSideSslStreamBuilder class.
|
메소드 | 설명 | |
---|---|---|
OnRemoteCertifiateValidation ( object sender, |
Works just like the callback for
|
public Build ( ITcpChannel channel, |
||
channel | ITcpChannel | Channel which will use the stream |
socket | Socket to wrap | |
리턴 |
protected OnRemoteCertifiateValidation ( object sender, |
||
sender | object | |
certificate | ||
chain | ||
sslpolicyerrors | SslPolicyErrors | |
리턴 | bool |
public ServerSideSslStreamBuilder ( |
||
certificate | The certificate. | |
allowedProtocols | SslProtocols | Which protocols to support for HTTPS. By default only Tls 1.2 is allowed (most secure) |
리턴 | System |