TG.INI
IEncryptionHandlerEncryptBase64 Method (String) |
Encrypts text 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( string text )
Function EncryptBase64 ( text As String ) As String
String^ EncryptBase64( String^ text )
abstract EncryptBase64 : text : string -> string
Parameters
- text
- Type: SystemString
The string of text to encrypt.
Return Value
Type: StringEncrypted base64 string.
See Also