C# 클래스 FileEncryption, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
Decrypt ( string filenamewithpath, string password ) : void

비공개 메소드들

메소드 설명
ZeroMemory ( IntPtr, Destination, int Length ) : bool

메소드 상세

Decrypt() 공개 메소드

public Decrypt ( string filenamewithpath, string password ) : void
filenamewithpath string
password string
리턴 void