Esempio n. 1
0
        public XElement Verify(string hash)
        {
            var client   = new Verification.UaCrypto.UACryptoWSClient();
            var response = client.verifyAttach(hash);

            return(XElement.Parse(response));
        }
 public XElement Verify(string hash)
 {
     var client = new Verification.UaCrypto.UACryptoWSClient();
     var response = client.verifyAttach(hash);
     return XElement.Parse(response);
 }