| Thread | Last Post | Replies |
|
| A cryptography solution for a client/server winforms app | 23 Feb 2007 23:36 GMT | 6 |
Hi, I am learning C#, .NET 2.0, and Winforms to learn the things that are covered by the MCTS exam 70-536. I am writing a client server Quicken like application where the user's account files are saved on the server. I am now looking at encryption for the sending of the user ...
|
| Impersonation in non domain member server | 23 Feb 2007 20:14 GMT | 3 |
I'm developing an ASP.NET application which calls business components in a remote server located at the DMZ (this is, a non domain member server). The problem I'm facing is that because the server is not a domain member, it is not able to access the active directory in order to ...
|
| web app - strong named assemblies | 23 Feb 2007 16:01 GMT | 2 |
I have several business layer assemblies that I would like to share in several different web applications. I plan to strong name them and install them in the GAC. My understanding is the web applications run with Full Trust and will be able to call methods in the business layer ...
|
| Determing security demand for ServiceDescriptionImporter() | 22 Feb 2007 08:11 GMT | 3 |
I'm trying to create an instance of System.Web.Services.Description.ServiceDescriptionImporter (in .Net 1.1) in an assembly that refuses all permissions and then requests the individual ones it needs. Problem is, when I do this, I get a security demand as soon
|
| How to bypass Forms Authentication on selected pages programmatica | 19 Feb 2007 19:45 GMT | 16 |
I am trying to bypass Forms Authentication on certain pages programmatically. Any thoughts will be appreciated. Thanks, AJ
|
| Remove Downloaded updates before install? | 19 Feb 2007 12:19 GMT | 1 |
I have been experiencing conflict between Flash 9 and .NET2 programing parameters! I believe that the critical security updates that Microsoft is downloading into my P.C. are the problem! (and not the cure they are touting them as!) I
|
| How to generate validationKey ?? | 19 Feb 2007 08:27 GMT | 4 |
I want to protect my web.config - connectionStrings section like in http://msdn2.microsoft.com/en-us/library/dtkwfdky(VS.80).aspx - with RSAProtectedConfigurationProvider. But i don't want to use the decryptKey+validationKey from that example. How
|
| A twist to "Logon User at Domain" | 18 Feb 2007 22:32 GMT | 3 |
just scanned the postings and i'm alittle suprised. There seams to be no way, to make a user logon/authenticate at a domain WITHOUT the user making his username
|
| RsaCryptoServiceProvider doubt | 18 Feb 2007 09:23 GMT | 4 |
I have a certificate and it's private key. I'm accessing my certificate and my private key using the X509Certificate2. My problem is: I can't pass to the RsaCryptoServiceProvider class my Private and Public key. How can i do it ?
|
| Parsing OpenSSL PEM private keys in .NET | 16 Feb 2007 20:52 GMT | 22 |
A fair number of people have asked about how to parse old-fashioned OpenSSL PEM private keys (including encrypted ones) to use them directly in .NET for signatures or encryption. It is more secure to use pkcs #8 or 12, but those older PEM
|
| Validate certificate | 16 Feb 2007 14:10 GMT | 2 |
First of all, i must tell you I'm so newbie in this fields. I've some knowledge, but it's not so much. I have a SOA architecture in .net 2.0, i have a frontend made in PHP. The users access to frontend using a smartcard that has a certificate x509v3. The
|
| Do any microsoft buildtime dependancies C#/C/c++/VB/etc. need to be updated for the 2007 policy on daylight savings time? | 15 Feb 2007 19:36 GMT | 1 |
Do any microsoft buildtime dependancies C#/C/c++/VB/etc. need to be updated for the 2007 policy on daylight savings time? I know the OS needs to be updated but I care now about C libraries, .net binaries, etc. that microsoft maintains which have coded in them logic
|
| Request.UrlReferrer + IE7 + "Invalid Certificate" = bad news | 15 Feb 2007 19:03 GMT | 2 |
Currently we are working on a secure application (SSL, Client Certs all that good jazz) when we discovered IE7 has an issue reporting the referring url when an Invalid SSL certificate is encountered. The solution we have come up with will pass a hashed value as a
|
| EventWaitHandle between a service and an application. | 15 Feb 2007 17:09 GMT | 1 |
I have a service that starts a thread which waits for a global EventWaitHandle to be set, writes to the application event log, and waits for the next set. I have a simple windows forms application with a button that sets the event
|
| SignedXml | 14 Feb 2007 23:22 GMT | 1 |
My question is - System.Security.Cryptography.Xml operate with ds: prefix in SignedInfo? If yes - please show me the way how create and validate xml signature with this prefix, using net 2.0 and c# visual studio 2005.
|