Table of Contents

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

socket JsonSettings

Deattach(JsonSettings)

public override void Deattach(JsonSettings socket)

Parameters

socket JsonSettings

_Decrypt(JsonSettings, ref byte[])

protected virtual void _Decrypt(JsonSettings sender, ref byte[] data)

Parameters

sender JsonSettings
data byte[]

_Encrypt(JsonSettings, ref byte[])

protected virtual void _Encrypt(JsonSettings sender, ref byte[] data)

Parameters

sender JsonSettings
data byte[]