Managed to Unmanaged security.

From: Chris Blanco (cblancoNOSPAM@necam.com)
Date: 03/24/03


From: "Chris Blanco" <cblancoNOSPAM@necam.com>
Date: Mon, 24 Mar 2003 15:10:14 -0500


Currently I am building a custom principle for an ASP.NET solution. I have
some legacy services that I am using. Currently my managed code talks to my
unmanaged code through XML over a proprietary TCP/IP transport. This is a
security hole as the XML is streamed across the TCP/IP channel unencrypted.
What is the recommended way of protecting that XML data? If its is indeed
encryption what methods are available that both Unmanaged and managed code
could use?



Relevant Pages

  • Re: Qustions about feature support: Can VSTO do the following...
    ... Some of the things you mention could be done without VSTO, ... With a VSTO solution (managed code linked to the document) you shouldn't ... The trickier part is making the XML thing work. ... so the user then saves the document in Word 2003 XML format ...
    (microsoft.public.vsnet.vstools.office)
  • RE: mfc dll calling clr?
    ... I can write xml using linq to xml from data in my main program, ... won't let me step from the native to the managed code within the dll. ... and breakpoints in the managed code disable themselves. ... debugger from auto to mixed with no effect. ...
    (microsoft.public.dotnet.general)
  • Re: MFC Migration
    ... expect me to port and I wasn't trying to insinuate that. ... push towards managed code, rightfully so, but everyone I've talked to about ... I hate using Xerces to parse XML. ... The .NET XML parser, in my ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Reading XML stream using unmanaged c++
    ... Could you do a mixed-mode C++ application and just use managed code for ... and DOM since you may want to create your own XML at some point. ... My code below sending request to web server and getting response as XML ... where outout of above function returns xml string which is stored in ...
    (microsoft.public.vc.mfc)
  • Re: VC++6 to VC++7 porting issues
    ... > Is there any different approach to use XML in VC+7. ... Are you using managed code to do this? ... I mean the .NET libraries. ... This can happen when run from a network driv and you have not told the ...
    (microsoft.public.dotnet.languages.vc)