Specifies the source file system's authentication parameters. This option is for
remote file system, including FTP, SFTP, and SCP file systems only.
public object[] DestAuthenticationParameters { get; set; }
Public Property DestAuthenticationParameters As Object()
public:
property array<Object> DestAuthenticationParameters {
array<Object> get();
void set(array<Object> DestAuthenticationParameters);
}