| Thread | Last Post | Replies |
|
| TripleDES C# Source Code | 25 Feb 2008 20:15 GMT | 4 |
Does anyone know where I can find the source code to the TripleDES algorithm in C#? I found it in Java and C++, but not C#. I found the calls to Encrypt() & Decrypt(), but not the source itself. Yes, I could translate it from C++ or Java; but I don't want to re-invent the wheel ...
|
| How to find out whether I can enumerate files in a directory? | 25 Feb 2008 00:03 GMT | 2 |
I tried the following but it tells me for every folder on my pc that I would not have access to it. What did I wrong? When it comes to CAS I'am a complete moron.. if (new FileIOPermission(FileIOPermissionAccess.PathDiscovery,path)
|
| Can't open network files from IIS 6 .net web apps | 19 Feb 2008 20:04 GMT | 1 |
Windows 2003 Server SP2 w/ IIS 6 is webserver. Our ASP web application has this code which is attached to an “OpenDocument” button on a web form to stream a pdf file to the browser with the pdf file name and path contained in a database field shown on the form. If the PDF is
|
| LogonUser and GetUserName API issue | 14 Feb 2008 18:27 GMT | 1 |
I have got some doubts I have a win2k machine with domain logon When i run GetUserName API containing exe at command prompt i am getting the username in a format in which i have logged on to the
|
| LDAP for Windows XP | 13 Feb 2008 19:17 GMT | 3 |
I have a windows application that requires security login and I would like to retrieve the windows XP user ID and Password to compare it with their entries to the application. Any help would be very much appreciated due to short deadline. I do not think I have the right
|
| Radius client for dotnet | 13 Feb 2008 18:48 GMT | 1 |
Is there a Radius client for dotnet? Free would be best. Need somthing to work with Vasco. Thanks
|
| Generating RSA keys based on p, q, and exponent | 11 Feb 2008 08:20 GMT | 1 |
Is there any function to generate public/private keys based on known p, q and exponent values and use these in RSACryptoServiceProvider? Thanks.
|
| WCF SecurityContext with many clients | 09 Feb 2008 12:46 GMT | 2 |
I'm without ideas to fix this problem... Scenario: - One WCF Service * ( using "ServiceBehavior(InstanceContextMode =
|
| System.Security.Principal.WindowsIdentity file.copy | 09 Feb 2008 00:41 GMT | 1 |
I have follwing code it works only from the same system but not from the other client or system. strusername = Me.txtUserId.Text strpassword = Me.txtpassword.Text
|
| System.Net.CredentialCache.DefaultNetworkCredentials | 07 Feb 2008 12:55 GMT | 3 |
I want to get current login credentials by using System.Net.CredentialCache.DefaultNetworkCredentials in my c# windows form application, but when I exam it by setting breakpoint, it's empty. Why? Thanks.
|
| Secure single sign on/automatic login? | 07 Feb 2008 11:36 GMT | 3 |
I need your input on how to solve a problem that we have. Our company provides a web-service, a SaaS. Our idea is to create a destop appilication that can communicate with the web service using https.
|
| WCF Claim question : different claimset on IIS then when selfhosted | 04 Feb 2008 07:50 GMT | 2 |
I have a strange situation. I have created a WCF service that takes a client certificate (coming from a smartcard). When I check the AuthorizationContext and look for the claimset
|