Class Base64Module
- Namespace
- Nucs.JsonSettings.Modulation
- Assembly
- Nucs.JsonSettings.dll
Will convert text to base64, not pure json.
public class Base64Module : Module, IDisposable
- Inheritance
-
Base64Module
- Implements
- Inherited Members
Constructors
Base64Module()
public Base64Module()
Methods
Attach(JsonSettings)
public override void Attach(JsonSettings socket)
Parameters
socketJsonSettings
Deattach(JsonSettings)
public override void Deattach(JsonSettings socket)
Parameters
socketJsonSettings
_Decrypt(JsonSettings, ref byte[])
protected virtual void _Decrypt(JsonSettings sender, ref byte[] data)
Parameters
senderJsonSettingsdatabyte[]
_Encrypt(JsonSettings, ref byte[])
protected virtual void _Encrypt(JsonSettings sender, ref byte[] data)
Parameters
senderJsonSettingsdatabyte[]