C# 클래스 TSTool.DataProtection

파일 보기 프로젝트 열기: brightideainc/TSTool

공개 메소드들

메소드 설명
PrintValues ( Byte myArr ) : void
Protect ( string data ) : string
Unprotect ( string data ) : string

메소드 상세

PrintValues() 공개 정적인 메소드

public static PrintValues ( Byte myArr ) : void
myArr Byte
리턴 void

Protect() 공개 정적인 메소드

public static Protect ( string data ) : string
data string
리턴 string

Unprotect() 공개 정적인 메소드

public static Unprotect ( string data ) : string
data string
리턴 string