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