TG.INI
IEncryptionHandlerEncrypt Method (String) |
Encrypts text to a byte array.
Namespace: TG.INI.Encryption
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
byte[] Encrypt( string text )
Function Encrypt ( text As String ) As Byte()
array<unsigned char>^ Encrypt( String^ text )
abstract Encrypt : text : string -> byte[]
Parameters
- text
- Type: SystemString
The string of text to encrypt.
Return Value
Type: ByteEncrypted byte array.
See Also