Craig's Utility Library  4.0 Beta
Utilities.IO.Encryption.Default.Hash Class Reference

Hash More...

Inheritance diagram for Utilities.IO.Encryption.Default.Hash:
Utilities.IO.Encryption.BaseClasses.HasherBase Utilities.IO.Encryption.Interfaces.IHasher

Public Member Functions

 Hash ()
 Constructor More...
 
- Public Member Functions inherited from Utilities.IO.Encryption.BaseClasses.HasherBase
bool CanHandle (string Algorithm)
 Can this handle the algorithm specified More...
 
byte[] Hash (byte[] Data, string Algorithm)
 Hashes the data More...
 

Properties

override string Name [get]
 Name More...
 
- Properties inherited from Utilities.IO.Encryption.BaseClasses.HasherBase
abstract string Name [get]
 Name More...
 
IDictionary< string, Func< HashAlgorithm > > ImplementedAlgorithms [get]
 Algorithms this implements More...
 
- Properties inherited from Utilities.IO.Encryption.Interfaces.IHasher
string Name [get]
 Hasher name More...
 

Additional Inherited Members

- Protected Member Functions inherited from Utilities.IO.Encryption.BaseClasses.HasherBase
 HasherBase ()
 Constructor More...
 
HashAlgorithm GetAlgorithm (string Algorithm)
 Gets the hash algorithm that the system uses More...
 

Detailed Description

Hash

Definition at line 31 of file Hash.cs.

Constructor & Destructor Documentation

Utilities.IO.Encryption.Default.Hash.Hash ( )

Constructor

Definition at line 36 of file Hash.cs.

Property Documentation

override string Utilities.IO.Encryption.Default.Hash.Name
get

Name

Definition at line 57 of file Hash.cs.


The documentation for this class was generated from the following file: