AtavismEncryption Class

Namespace
Atavism
Base Types
  • object
graph BT Type-->Base0["object"] Type["AtavismEncryption"] class Type type-node

Syntax

public class AtavismEncryption

Fields

Name Constant Value Summary
rsa
static

Methods

Name Value Summary
EncryptString(string) string
static
ImportPublicKey(string) void
static
Md5Sum(string) string
Creates a Md5Sum of the string passed in. Can be useful if data needs to be encrypted before being sent over the internet.
static