Example #1
0
 public byte[] GetAttachementData(string name)
 {
     if (_attachements != null)
     {
         return(_attachements.GetData(name));
     }
     return(null);
 }
Example #2
0
        public byte[] GetDecryptedData(string name)
        {
            if (_decryptedData != null)
            {
                return(_decryptedData.GetData(name));
            }

            return(null);
        }