Utils..::..AesEncryptToFile Method

Encrypts to file.

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

Syntax


public static void AesEncryptToFile(
	string fullFileName,
	string data,
	byte[] encryptionKey
)

Parameters

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