Ejemplo n.º 1
0
 public void EncryptImage(string Base64image)
 {
     Profile_Photo = Func.AES_Encrypt_ECB(Base64image);
 }