Whether to connect securely to MOVEit Transfer or not.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic bool Secure { get; set; }Public Property Secure As Boolean
	Get
	Set
public:
property bool Secure {
	bool get ();
	void set (bool value);
}Property Value
Type: 
Boolean
Remarks
            Defaults to true.
            
See Also