C# Class NuGet.CryptoHashProvider

Inheritance: IHashProvider
Afficher le fichier Open project: themotleyfool/NuGet Class Usage Examples

Private Properties

Свойство Type Description
GetHashAlgorithm System.Security.Cryptography.HashAlgorithm

Méthodes publiques

Méthode Description
CalculateHash ( byte data ) : byte[]
CryptoHashProvider ( ) : System
CryptoHashProvider ( string hashAlgorithm ) : System
VerifyHash ( byte data, byte hash ) : bool

Private Methods

Méthode Description
GetHashAlgorithm ( ) : HashAlgorithm

Method Details

CalculateHash() public méthode

public CalculateHash ( byte data ) : byte[]
data byte
Résultat byte[]

CryptoHashProvider() public méthode

public CryptoHashProvider ( ) : System
Résultat System

CryptoHashProvider() public méthode

public CryptoHashProvider ( string hashAlgorithm ) : System
hashAlgorithm string
Résultat System

VerifyHash() public méthode

public VerifyHash ( byte data, byte hash ) : bool
data byte
hash byte
Résultat bool