Click or drag to resize
RijndaelEnhanced Constructor (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
)

Parameters

passPhrase
Type: SystemString
initVector
Type: SystemString
See Also