![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Classes | |
| class | Crypto |
| Helper methods for encrypting and decrypting streams of data. More... | |
| class | Hashes |
| Contains methods for simple hash calculations. More... | |
| interface | ILoginAuditor |
| Interface for classes that monitor login events, and help applications determine malicious intent. More... | |
| interface | ISignatureAlgorithm |
| Interface for digital signature algorithms. More... | |
| interface | IUser |
| Basic interface for a user. More... | |
| interface | IUserSource |
| Interface for data sources containing users. More... | |
Enumerations | |
| enum | HashFunction |
| Hash method enumeration. More... | |
Functions | |
| delegate byte[] | HashFunctionArray (byte[] Data) |
| Delegate to hash function. More... | |
| delegate byte[] | HashFunctionStream (Stream Data) |
| Delegate to hash function. More... | |
| delegate byte[] Waher.Security.HashFunctionArray | ( | byte[] | Data | ) |
Delegate to hash function.
| Data | Data to be hashed. |
| delegate byte[] Waher.Security.HashFunctionStream | ( | Stream | Data | ) |
Delegate to hash function.
| Data | Data to be hashed. |