Example #1
0
        public ReceiveMessage CreateReceiveMessage(string msgSignature,
                                                   string timeStamp, string nonce)
        {
            var xml = WeUtil.DecryptMsg(this, msgSignature, timeStamp, nonce);

            return(CreateReceiveMessage(xml));
        }