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
zAppDev
DotNet
Framework
Data
Encryption
Types
EncryptedLong
C# Class zAppDev.DotNet.Framework.Data.Encryption.Types.EncryptedLong
Hashes a Long when it's saved and salt hashes it when it gets it from the database.
Inheritance:
zAppDev.DotNet.Framework.Data.Encryption.Types.EncryptedType
Exibir arquivo
Open project: zappdev/zAppDev.DotNet.Framework
Public Methods
Method
Description
GetString
(
object
value
) :
string
GetValue
(
string
value
) :
object
SetParameterValues
(
IDictionary
parameters
) :
void
Method Details
GetString()
public
method
public
GetString
(
object
value
) :
string
value
object
return
string
GetValue()
public
method
public
GetValue
(
string
value
) :
object
value
string
return
object
SetParameterValues()
public
method
public
SetParameterValues
(
IDictionary
parameters
) :
void
parameters
IDictionary
return
void