Ejemplo n.º 1
0
        public void ApplyEncrptedData(EncryptedData encryptedData)
        {
            if (encryptedData == null)
            {
                return;
            }

            protectedData.ApplyByteArray(encryptedData.data);
        }