Click or drag to resize
GDStorageFileExportFromSecureStorageAsync Method
Overload List
  NameDescription
Public methodExportFromSecureStorageAsync(IStorageFolder)
Exports an encrypted file from BlackBerry Dynamics secure storage to an external unencrypted location.
Public methodExportFromSecureStorageAsync(IStorageFolder, String)
Exports an encrypted file from BlackBerry Dynamics secure storage to an external unencrypted location and changes name of exported file.
Public methodExportFromSecureStorageAsync(IStorageFolder, NameCollisionOption)
Exports an encrypted file from BlackBerry Dynamics secure storage to an external unencrypted location. This method also specifies what to do if a file with the same name already exists in the destination folder.
Public methodExportFromSecureStorageAsync(IStorageFolder, String, NameCollisionOption)
Exports an encrypted file from BlackBerry Dynamics secure storage to an external unencrypted location and changes name of exported file. This method also specifies what to do if a file with the same name already exists in the destination folder.
Top
See Also