TG.INI
IniRijndaelEncryption Constructor (String) |
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( string key )
Public Sub New ( key As String )
public: IniRijndaelEncryption( String^ key )
new : key : string -> IniRijndaelEncryption
Parameters
- key
- Type: SystemString
The key to use during encryption and decryption.
See Also