Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
zAppDev
DotNet
Framework
Data
Encryption
Types
EncryptedLong
C# 클래스 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.
상속:
zAppDev.DotNet.Framework.Data.Encryption.Types.EncryptedType
파일 보기
프로젝트 열기: zappdev/zAppDev.DotNet.Framework
공개 메소드들
메소드
설명
GetString
(
object
value
) :
string
GetValue
(
string
value
) :
object
SetParameterValues
(
IDictionary
parameters
) :
void
메소드 상세
GetString()
공개
메소드
public
GetString
(
object
value
) :
string
value
object
리턴
string
GetValue()
공개
메소드
public
GetValue
(
string
value
) :
object
value
string
리턴
object
SetParameterValues()
공개
메소드
public
SetParameterValues
(
IDictionary
parameters
) :
void
parameters
IDictionary
리턴
void