Property | Type | Description | |
---|---|---|---|
OnBeginNegotiateHandshake | IAsyncResult | ||
OnLocalCertificateSelection | |||
OnLocalPrivateKeySelection | |||
OnNegotiateHandshakeCallback | void | ||
OnRemoteCertificateValidation | bool | ||
OnRemoteCertificateValidation2 | |||
RaiseClientCertificateValidation | bool | ||
RaisePrivateKeySelection |
Method | Description | |
---|---|---|
SslServerStream ( Stream stream, |
||
SslServerStream ( Stream stream, |
||
SslServerStream ( Stream stream, |
||
SslServerStream ( Stream stream, |
||
SslServerStream ( Stream stream, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
OnBeginNegotiateHandshake ( AsyncCallback callback, object state ) : IAsyncResult | ||
OnLocalCertificateSelection ( |
||
OnLocalPrivateKeySelection ( |
||
OnNegotiateHandshakeCallback ( IAsyncResult asyncResult ) : void | ||
OnRemoteCertificateValidation ( |
||
OnRemoteCertificateValidation2 ( Mono collection ) : |
||
RaiseClientCertificateValidation ( |
||
RaisePrivateKeySelection ( |
public SslServerStream ( Stream stream, |
||
stream | Stream | |
serverCertificate | ||
return | System |
public SslServerStream ( Stream stream, |
||
stream | Stream | |
serverCertificate | ||
clientCertificateRequired | bool | |
ownsStream | bool | |
return | System |
public SslServerStream ( Stream stream, |
||
stream | Stream | |
serverCertificate | ||
clientCertificateRequired | bool | |
ownsStream | bool | |
securityProtocolType | SecurityProtocolType | |
return | System |
public SslServerStream ( Stream stream, |
||
stream | Stream | |
serverCertificate | ||
clientCertificateRequired | bool | |
requestClientCertificate | bool | |
ownsStream | bool | |
return | System |
public SslServerStream ( Stream stream, |
||
stream | Stream | |
serverCertificate | ||
clientCertificateRequired | bool | |
requestClientCertificate | bool | |
ownsStream | bool | |
securityProtocolType | SecurityProtocolType | |
return | System |