VeriStand .NET API Reference

FTPBase.SSL Property

Gets or sets a value indicating whether data transmission is encrypted using an SSL protocol.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property SSL As Boolean
C#
public bool SSL { get; set; }
Visual C++
public:
property bool SSL {
	bool get ();
	void set (bool value);
}

Property Value

true (True in Visual Basic) if the data transmission is encrypted.

See Also

Log in to get a better experience