i have developed an application in C# which uses Microsoft CryptoAPI for encryptio/decryption purpose. Basically this is client server architecture based network socket application. Client side is developed in C# and server side is developed in VC++ both use MS cryptoAPI. Client generates public key exports it and sends to the TCP server. Server imports received public key, generates session key then export and sends to the client. Now if client is running on Windows Server 2003 then client is unable to import that session key sent by TCP server. This problem arises when either or both of client and server are running on Windows Server 2003. If we run these on windows 2000 then no problem occurs. Thanks in advance.
Start Free Trial