AesEncryptedFileStorage Constructor (String, String)

Initializes a new instance of the AesEncryptedFileStorage class.

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

Syntax


public AesEncryptedFileStorage(
	string dataFolderPath,
	string password
)

Parameters

dataFolderPath
Type: String
The data folder path.
password
Type: String
The password.

Exceptions


ExceptionCondition
[System.InvalidOperationException]The password must not be empty!
[System.InvalidOperationException]The password must have at least a length >= 8 !