Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Nyan
Core
Modules
Encryption
NullEncryptionProvider
C# 클래스 Nyan.Core.Modules.Encryption.NullEncryptionProvider
상속:
IEncryptionProvider
파일 보기
프로젝트 열기: bucknellu/Nyan
1 사용 예제들
공개 메소드들
메소드
설명
Configure
( ) :
void
Decrypt
(
string
pContent
) :
string
Encrypt
(
string
pContent
) :
string
Shutdown
( ) :
void
메소드 상세
Configure()
공개
메소드
public
Configure
( ) :
void
리턴
void
Decrypt()
공개
메소드
public
Decrypt
(
string
pContent
) :
string
pContent
string
리턴
string
Encrypt()
공개
메소드
public
Encrypt
(
string
pContent
) :
string
pContent
string
리턴
string
Shutdown()
공개
메소드
public
Shutdown
( ) :
void
리턴
void