Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Waher.Security Namespace Reference

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...
 

Enumeration Type Documentation

◆ HashFunction

Hash method enumeration.

Definition at line 27 of file Hashes.cs.

Function Documentation

◆ HashFunctionArray()

delegate byte[] Waher.Security.HashFunctionArray ( byte[]  Data)

Delegate to hash function.

Parameters
DataData to be hashed.
Returns
Hash digest

◆ HashFunctionStream()

delegate byte[] Waher.Security.HashFunctionStream ( Stream  Data)

Delegate to hash function.

Parameters
DataData to be hashed.
Returns
Hash digest