Click or drag to resize

ISslStreamFactory Interface

WARNING: This interface is a temporary solution to https://github.com/dotnet/corefx/issues/19783 and is not meant to be permanent. Once UWP 6.0 is out, this interface will be removed. This interface is designed to create an ISslStream for use in writing data over a TLS encrypted TCP connection. Normally, we could just use System.Net.Security.SslStream but UWP does not provide an implementation of that!

Namespace:  Couchbase.Lite.DI
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public interface ISslStreamFactory : IInjectable

The ISslStreamFactory type exposes the following members.

Methods
  NameDescription
Public methodCreate
Creates a stream for reading and writing TLS encrypted data over TCP
Top
See Also