C# Class FileEncryption, code

Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
Decrypt ( string filenamewithpath, string password ) : void

Private Methods

Méthode Description
ZeroMemory ( IntPtr, Destination, int Length ) : bool

Method Details

Decrypt() public méthode

public Decrypt ( string filenamewithpath, string password ) : void
filenamewithpath string
password string
Résultat void