TG.INI
IEncryptionHandlerEncryptBase64 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
string EncryptBase64( byte[] bytes )
Function EncryptBase64 ( bytes As Byte() ) As String
String^ EncryptBase64( array<unsigned char>^ bytes )
abstract EncryptBase64 : bytes : byte[] -> string
Parameters
- bytes
- Type: SystemByte
A byte array to encrypt.
Return Value
Type: StringEncrypted base64 string.
See Also