IFTPSReplicationTargetAuthenticateWithCertificate Property
|
Gets/sets whether to authenticate with an SSL certificate.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool AuthenticateWithCertificate { get; set; }
Property AuthenticateWithCertificate As Boolean
Get
Set
property bool AuthenticateWithCertificate {
bool get ();
void set (bool value);
}
abstract AuthenticateWithCertificate : bool with get, set
Property Value
Type:
BooleanSee Also