C# Class Zetetic.Security.BCryptHash

Inheritance: System.Security.Cryptography.KeyedHashAlgorithm
Datei anzeigen Open project: skradel/Zetetic.Security

Protected Properties

Property Type Description
_logRounds int

Public Methods

Method Description
BCryptHash ( ) : System
Initialize ( ) : void

Protected Methods

Method Description
HashCore ( byte array, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

Method Details

BCryptHash() public method

public BCryptHash ( ) : System
return System

HashCore() protected method

protected HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
return void

HashFinal() protected method

protected HashFinal ( ) : byte[]
return byte[]

Initialize() public method

public Initialize ( ) : void
return void

Property Details

_logRounds protected_oe property

protected int _logRounds
return int