Esempio n. 1
0
 internal byte[] Encrypt(PropertyInfo property, byte[] bytes)
 {
     if (Locked)
     {
         return(null);
     }
     return(KeyData.Encrypt(property, bytes));
 }