| Thread | Last Post | Replies |
|
| Mail merge with an MD5 hash. | 31 Jan 2006 16:50 GMT | 4 |
Hello all. I'm working on a project for a community college which allows the Alumni to update their contact information over the web. We would like to mail the Alumni a physical letter which has the link to the web form that collects the data. The Alumni then will enter in
|
| user authentication without iis | 31 Jan 2006 16:33 GMT | 7 |
Im setting up a win32 based client/server aplication in C#. (Not a webservice) The server (a pc) must perfrom an action when the client (pc or pocket pc device) sends it a message via TCP/IP communication.
|
| Problems deploying security policy via .msi | 31 Jan 2006 08:19 GMT | 4 |
I am deploying my security policy (.NET 2.0) via an .msi. Problem is it seems I have to run it twice to get the policy changes to take effect. I have tried giving it several minutes to run and I have tried rebooting, but
|
| SslStream object for IMAP | 30 Jan 2006 20:26 GMT | 2 |
I am trying to connect & exchange data with IMAP server using SSL. IMAP has command for logging in. Ex: A100 LOGIN "abc" "agc" I am using following code to do this...
|
| Impersonation a user for the duration of a method. | 30 Jan 2006 19:12 GMT | 3 |
I'm running a ASP.NET application using the anonimous user. (ASPNET) I don't want the user to log in and I don't want to give any more rights to the ASPNET user either. So I thought of impersonating a local user just for the duration of a single method.
|
| LogParser - Error | 27 Jan 2006 20:01 GMT | 2 |
I am reading the Event Log from application , its working fine when connects to local coputers event log but giving the following message instead of the actual error message when connecting to remote server's event log -------------------------
|
| System.Environment.UserName | 26 Jan 2006 19:51 GMT | 7 |
How secure is it to use System.Environment.UserName for login purposes. We have an Active Directory so I was thinking to just use UserName instead of prompting for a username and password and having to authenticate myself.
|
| System.Security.Principal.IdentityReference | 26 Jan 2006 19:18 GMT | 4 |
Would someone from Microsoft please explain what scenario required the IdentityReference class in .NET 2.0 to be declared with an internal constructor. I have serveral use cases that would benefit extensively from a custom identity reference. However, that's not currently ...
|
| RSACryptoServiceProvider throw exception on .net 2.0? | 26 Jan 2006 18:10 GMT | 4 |
I am working on signing and encrypting XML file with certificate in smart card. The following code I used on .net 1.1, it works fine CspParameters CSPParam = new CspParameters(); CSPParam.KeyContainerName = "MY";
|
| Sign assembly | 26 Jan 2006 13:01 GMT | 1 |
hello i am using the enterprise library, and trying to resolve this issue on building: Error 3 Assembly generation failed -- Referenced assembly 'Microsoft.Practices.EnterpriseLibrary.Security.Cryptography' does not have
|
| Extracting Public key | 26 Jan 2006 08:32 GMT | 1 |
Here is the scenario - I have priavte key stored on a Smart Card device on the client end. On the server end the corresponding certificate is stored in the AD. How do I retrive the relevant public Key from the certificate stored in AD?
|
| ClickOnce and Certificate | 26 Jan 2006 06:29 GMT | 10 |
I am looking into deploying a ClickOnce application and am reading all these things about how you need a certificate to make ClickOnce work. After looking around, I found that I can use a utility called MakeCert.exe to make my own certificate but then the documentation says that ...
|
| How can I access more properties of the AD Acount | 25 Jan 2006 18:20 GMT | 9 |
Im developing a c# application and i want to access properties like the name of the person. example: DOMAIN\jsmith - I want to Access "John Smith" the same way Share Point does for the its users.
|
| data encryption advice needed | 25 Jan 2006 17:28 GMT | 7 |
i need to implement some data encription in my app. the trick is that i need the app to be able to decrypt but not encrypt that data. this is needed to make sure that data the app needs, comes from the trusted source. the app cannot be able to reproduce encription.
|
| X509Certificate2 | 25 Jan 2006 14:50 GMT | 1 |
I am trying to find out that how do I get the class X509Certificate2? I have .net framework 1.1 with me. When I look at System.Security.Cryptography the only class available to me for Certificates is X509Certificate.
|