Click or drag to resize
RijndaelEnhanced Constructor (String, String, Int32, Int32, Int32, String, String)
Initializes a new instance of the RijndaelEnhanced class

Namespace: EncryptionUtils
Assembly: ExcryptionUtils (in ExcryptionUtils.dll) Version: 1.0.3776.37319
Syntax
public RijndaelEnhanced(
	string passPhrase,
	string initVector,
	int minSaltLen,
	int maxSaltLen,
	int keySize,
	string hashAlgorithm,
	string saltValue
)

Parameters

passPhrase
Type: SystemString
initVector
Type: SystemString
minSaltLen
Type: SystemInt32
maxSaltLen
Type: SystemInt32
keySize
Type: SystemInt32
hashAlgorithm
Type: SystemString
saltValue
Type: SystemString
See Also