Click or drag to resize

EncryptionManagerDecryptFile Method

Decrypts a file

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 9.3.0.33526 (08.10.2025)+e4d6269d444890d28afbdf39a4add0d0ad0df4f2
Syntax
C#
public void DecryptFile(
	byte[] key,
	string plainFilePath,
	string encryptedFilePath
)

Parameters

key
Type: SystemByte
The key to decrypt the file
plainFilePath
Type: SystemString
The path to the file where the decrypted file gets created
encryptedFilePath
Type: SystemString
The encrypted source file
See Also