For transfers using type FileTransferMode.OutOfBand, this property contains a secure hyperlink
(URL) that may be used to download the file payload data. Only encrypted, secure protocols,
(eg. https:// , sftp:// , etc) should be used for out of band transfers. The CFX standard
does not define any specific protcol for out of band transfers, so end-users are free to use
a secure protocol of their choosing. URL's may contain authentication information using industry
standard URL formatting (eg. https://[username]:[password]@server.domain.com/DataFiles/DataFile1.json ).
Other forms of authentication, such as file access tokens and keys as URL parameters, are also acceptable.
CFX is flexible, and supports any encryption scheme, protocol, and authentication mechanism where all
data information necessary to access the data file securely can be contained in standard URL format.
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic string FileURL { get; set; }
Public Property FileURL As String
Get
Set
Property Value
String
See Also