Path to the SSL certificate file in PEM (base 64 encoded) format.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public string SslCertificateFile { get; set; }
Visual Basic
Public Property SslCertificateFile As String
	Get
	Set
Visual C++
public:
property String^ SslCertificateFile {
	String^ get ();
	void set (String^ value);
}

See Also