IniRijndaelEncryption Constructor (Byte[])

TG.INI

IniRijndaelEncryption Constructor (Byte)

Creates an instance of IniRijndaelEncryption.

Namespace:  TG.INI.Encryption
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniRijndaelEncryption(
	byte[] key
)
Public Sub New ( 
	key As Byte()
)
public:
IniRijndaelEncryption(
	array<unsigned char>^ key
)
new : 
        key : byte[] -> IniRijndaelEncryption

Parameters

key
Type: SystemByte
The key, no larger than 32 bytes, to use during encryption and decryption.
See Also