C# Class Zetetic.Security.BCryptHash

Inheritance: System.Security.Cryptography.KeyedHashAlgorithm
Afficher le fichier Open project: skradel/Zetetic.Security

Protected Properties

Свойство Type Description
_logRounds int

Méthodes publiques

Méthode Description
BCryptHash ( ) : System
Initialize ( ) : void

Méthodes protégées

Méthode Description
HashCore ( byte array, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

Method Details

BCryptHash() public méthode

public BCryptHash ( ) : System
Résultat System

HashCore() protected méthode

protected HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
Résultat void

HashFinal() protected méthode

protected HashFinal ( ) : byte[]
Résultat byte[]

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Property Details

_logRounds protected_oe property

protected int _logRounds
Résultat int