ClientIgnoreCertProbs Property |
For secure connections, whether to ignore SSL server certificate issues or not.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public bool IgnoreCertProbs { get; set; }
Public Property IgnoreCertProbs As Boolean
Get
Set
public:
property bool IgnoreCertProbs {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanRemarks
Defaults to false.
See Also