error passing byte[] or strings of encrypted data to Web Service
From: ChuckD_Duncan (cduncan_at_nospam.guardianangelcorp.com)
Date: 05/29/05
- Next message: Dominick Baier [DevelopMentor]: "Re: error passing byte[] or strings of encrypted data to Web Service"
- Previous message: ChuckD_Duncan: "Re: error passing byte[] of encrypted data to Web Service"
- In reply to: ChuckD_Duncan: "Re: error passing byte[] of encrypted data to Web Service"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: error passing byte[] or strings of encrypted data to Web Service"
- Reply: Dominick Baier [DevelopMentor]: "Re: error passing byte[] or strings of encrypted data to Web Service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 29 May 2005 16:53:13 -0400
passing something simple like:
bool result = Sample("first", "second");
works fine... but when the two args are replaced by encrypted strings, I
get the same "object not set to an instance" error message as in the start
of this thread.
bool result = Sample( szEncryp, szXMLPublicKey);
also blows up if the first parm is NOT encrypted at all, just "xyz". The
XML string is in fact a well-formed XML:
string szXMLPublicString = provider_alg.GetXMLString(false); // and
can be viewed and verified as a valid XML string.
Help??
- Next message: Dominick Baier [DevelopMentor]: "Re: error passing byte[] or strings of encrypted data to Web Service"
- Previous message: ChuckD_Duncan: "Re: error passing byte[] of encrypted data to Web Service"
- In reply to: ChuckD_Duncan: "Re: error passing byte[] of encrypted data to Web Service"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: error passing byte[] or strings of encrypted data to Web Service"
- Reply: Dominick Baier [DevelopMentor]: "Re: error passing byte[] or strings of encrypted data to Web Service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|