IniRijndaelEncryption.EncryptionKeyAsString Method

TG.INI

IniRijndaelEncryptionEncryptionKeyAsString Method

Returns the EncryptionKey as a UTF8 string.

Namespace:  TG.INI.Encryption
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public string EncryptionKeyAsString()
Public Function EncryptionKeyAsString As String
public:
String^ EncryptionKeyAsString()
member EncryptionKeyAsString : unit -> string 

Return Value

Type: String
string
See Also