error passing byte[] or strings of encrypted data to Web Service

From: ChuckD_Duncan (cduncan_at_nospam.guardianangelcorp.com)
Date: 05/29/05


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??



Relevant Pages

  • Using Win32 CryptDecrypt to Decrypt RijndaelManaged
    ... I have library that generates encrypted strings using 256-bit RijndaelManaged ... I am trying to write a Win32 app that can decrypt that string using the ... I can get both to encrypt and decrypt successfully in their own projects, ... DWORD cbKeySize; ...
    (microsoft.public.platformsdk.security)
  • Re: How to convert Infix notation to postfix notation
    ... If this is for an error message, why isn't it using stderr for its output? ... array of 15 characters, and you call this function with the limit 15 on ... Making sure that the only string I allocate and append to, ... because mulFactor in all versions must needs incorporate the functions ...
    (comp.lang.c)
  • Re: Open a form at a specific record
    ... Allen Browne - Microsoft MVP. ... and I get error message Compile error: Expected: end of statement. ... Dim strWhere As String ...
    (microsoft.public.access.queries)
  • Re: Open a form at a specific record
    ... Allen Browne - Microsoft MVP. ... Tips for Access users - http://allenbrowne.com/tips.html ... and I get error message Compile error: Expected: end of statement. ... Dim strWhere As String ...
    (microsoft.public.access.queries)
  • Re: Printing Multiple Copies of a Report Form.
    ... I resolve the error message by adding "True" to the SelectObject method. ... >>> stDocName As String ... >>> DoCmd.OpenReport stDocName, acPrint ... >> If you Dim variables, you should also set their types, otherwise they ...
    (microsoft.public.access.reports)