Utils..::..AesDecryptFile Method

Aeses the decrypt file.

Namespace:  SecretNET.Common
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public static Task<string> AesDecryptFile(
	string fullFileName,
	byte[] encryptionKey
)

Parameters

fullFileName
Type: String
Full name of the file.
encryptionKey
Type: array<Byte>[]()[][]
The encryption key.

Return Value

System.String.