Interface ISslConnectionBuilder
public interface ISslConnectionBuilder
Methods
AuthenticateAsClient(Stream, SslClientAuthenticationOptions, Action<string>, CancellationToken)
Task<SslConnection> AuthenticateAsClient(Stream innerStream, SslClientAuthenticationOptions request, Action<string> onKeyReceived, CancellationToken token)
Parameters
innerStream
Streamrequest
SslClientAuthenticationOptionsonKeyReceived
Action<string>token
CancellationToken