IniRijndaelEncryption.EncryptBase64 Method (Byte[])

TG.INI

IniRijndaelEncryptionEncryptBase64 Method (Byte)

Encrypts a byte array to a base64 string.

Namespace:  TG.INI.Encryption
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public string EncryptBase64(
	byte[] bytes
)
Public Function EncryptBase64 ( 
	bytes As Byte()
) As String
public:
virtual String^ EncryptBase64(
	array<unsigned char>^ bytes
) sealed
abstract EncryptBase64 : 
        bytes : byte[] -> string 
override EncryptBase64 : 
        bytes : byte[] -> string 

Parameters

bytes
Type: SystemByte
A byte array to encrypt.

Return Value

Type: String
Encrypted base64 string.

Implements

IEncryptionHandlerEncryptBase64(Byte)
See Also