IniRijndaelEncryption.EncryptionKey Property

TG.INI

IniRijndaelEncryptionEncryptionKey Property

Gets the encryption key value currently set.

Namespace:  TG.INI.Encryption
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public byte[] EncryptionKey { get; }
Public ReadOnly Property EncryptionKey As Byte()
	Get
public:
property array<unsigned char>^ EncryptionKey {
	array<unsigned char>^ get ();
}
member EncryptionKey : byte[] with get

Property Value

Type: Byte
See Also