Enum SslProvider
- Namespace
- Fluxzy.Clients.DotNetBridge
- Assembly
- Fluxzy.Core.dll
The ssl provider used by the handlers
public enum SslProvider
- Extension Methods
Fields
BouncyCastle = 2
The BouncyCastle SSL provider. It is a managed implementation in .NET
OsDefault = 1
The .NET default SSL provider for the OS.