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
Syntax public bool Secure { get; set; }
Public Property Secure As Boolean
Get
Set
public:
property bool Secure {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
Defaults to true.
See Also