Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Deveel
Data
Security
HashFunctions.KeyedHashFunction
C# Class Deveel.Data.Security.HashFunctions.KeyedHashFunction
Inheritance:
IKeyedHashFunction
Exibir arquivo
Open project: deveel/deveeldb
Private Properties
Property
Type
Description
Public Methods
Method
Description
Compute
(
byte
data
) :
byte[]
Dispose
( ) :
void
KeyedHashFunction
(
string
hashName
) :
System
Method Details
Compute()
public
method
public
Compute
(
byte
data
) :
byte[]
data
byte
return
byte[]
Dispose()
public
method
public
Dispose
( ) :
void
return
void
KeyedHashFunction()
public
method
public
KeyedHashFunction
(
string
hashName
) :
System
hashName
string
return
System