• Version 1.15.2
Show / Hide Table of Contents

Class EngineSslSettings

FIX Engine SSL settings. Used by default by SSL-enabled FIX sessions.

Inheritance
object
SslSettings
EngineSslSettings
Inherited Members
SslSettings.CertificateLocation
SslSettings.PrivateKeyPassword
SslSettings.VerifyPeer
SslSettings.CaFile
SslSettings.Protocol
SslSettings.RemoteCertificateNameMismatchOption
SslSettings.RevocationMode
SslSettings.RevocationFlag
SslSettings.VerificationFlags
SslSettings.RemoteCertificateValidationCallback
SslSettings.CopyTo(SslSettings)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.Fix
Assembly: OnixS.Fix.Engine.dll
Syntax
public class EngineSslSettings : SslSettings

Properties

ListenPorts

Listen port(s) for incoming SSL/TLS FIX connections. The property key is SslListenPorts.

Declaration
public List<int> ListenPorts { get; }
Property Value
Type Description
List<int>

Listen port(s)

LocalNetworkInterface

The network interface. The default value is SslLocalNetworkInterface The property key is SslLocalNetworkInterface.

Declaration
public IPAddress LocalNetworkInterface { get; set; }
Property Value
Type Description
IPAddress

The network interface

Methods

CopyTo(EngineSslSettings)

Copies the properties of this instance into the specified destination EngineSslSettings object.

Declaration
public void CopyTo(EngineSslSettings other)
Parameters
Type Name Description
EngineSslSettings other

An EngineSslSettings object to which the properties of this instance are copied.

In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX