ISFTPReplicationTargetAuthenticateWithPrivateKey Property
|
Gets/sets if a private key should be used for authentication.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxbool 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
Boolean
RemarksThe location of the private key is determined by the SFTP provider.
See Also