|
CipherDecryptFile Method
|
Creates a decrypted file from source file data.
Namespace: GSF.Security.CryptographyAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax GSF.Security.Cryptography.Cipher.DecryptFile = function(sourceFileName, destinationFileName, password, strength, progressHandler);
View SourceParameters
- sourceFileName String
- Source file name.
- destinationFileName String
- Destination file name.
- password String
- User password used for key lookup.
- strength CipherStrength
- Cryptographic strength to use when decrypting file.
- progressHandler ActionProcessProgressInt64
- Optional delegate to handle progress updates for decrypting large files.
See Also