ISFTPReplicationTargetAuthenticateWithPrivateKey Property
|
Gets/sets if a private key should be used for authentication.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax bool AuthenticateWithPrivateKey { get; set; }
Property AuthenticateWithPrivateKey As Boolean
Get
Set
property bool AuthenticateWithPrivateKey {
bool get ();
void set (bool value);
}
abstract AuthenticateWithPrivateKey : bool with get, set
Property Value
Type:
BooleanRemarks The location of the private key is determined by the SFTP provider.
See Also