| Thread | Last Post | Replies |
|
| 2.0 x509certificate subject name | 18 Apr 2006 22:16 GMT | 1 |
I was using crypto API (c++) to load certifcates from registry. To get the subject name of the certificate I used CertNameToStr method with CERT_SIMPLE_NAME_STR flag. This gave me the subject name in the following format
|
| forms authentication | 18 Apr 2006 20:46 GMT | 2 |
When using forms authentication in an asp.net web site does ASP.NET 2.0 have anything new regarding preventing concurrent logins from different IP address's. (when a bunch of people are using the same username/password to login)
|
| kb917072 on Http.sys cookie problem | 18 Apr 2006 12:39 GMT | 1 |
quick question on the recent KB article "An ASP.NET page is stored in the HTTP.sys kernel cache in IIS 6.0 when the ASP.NET page generates an HTTP header that contains a Set-Cookie response" (http://support.microsoft.com/kb/917072)
|
| data transfer via dialup modem | 16 Apr 2006 11:02 GMT | 2 |
I am writing an application in .Net 2.0 that will run on two remote computers. One will call the other over a modem dial-up connection and transfer encrypted data back and forth. I'm planning to code each app to interface directly to a
|
| Vista and CAS | 15 Apr 2006 16:27 GMT | 3 |
Has anyone looked in detail yet at CAS in Vista? Back in some old documentation for Longhorn, there was talk of having both application and deployment manifests. The developer would state in the manifest what CAS permissions were required, and the administrator would
|
| In Search Of ... an AZMan export \ import utility | 14 Apr 2006 16:44 GMT | 1 |
Do you know of a utility that could be use to export an AZMan store from Active Directory and back in? I'm looking to avoid having to rekey the store into another environment and run the risk of possibly mistyping something. Thanks in advance for any help you can throw my way.
|
| Access permission | 14 Apr 2006 14:55 GMT | 1 |
Does anyone know a function to check if a specific user has access to a file of folder. A user may belong to one or more groups. ex. HasAccessPermission(user,path)
|
| Minimun Request Permissions | 14 Apr 2006 07:57 GMT | 3 |
Im trying to set minimum fileIO permissions for my assembly like so: [assembly: FileIOPermission(SecurityAction.RequestMinimum, Write="C:\\")] But, id like to make sure the write permission is on the systemdirectory. But I cant do this:
|
| Protocol Transition | 14 Apr 2006 03:12 GMT | 3 |
To enable protocol transition in Windows Server 2003, it is necessary to give the account that the process is running under the 'Act as part of the oprating system' user right: http://technet2.microsoft.com/WindowsServer/en/Library/e5d4cdbd-f071-4a1a-b24e-9 2713f7fafc11033.mspx
|
| System.Diagnostics.Process.Start fails on windows server 2003 | 13 Apr 2006 02:51 GMT | 3 |
System.Diagnostics.Process.Start fails on windows server 2003 the process returns process.ExitCode == 0 but executing any process with System.Diagnostics.Process.Start on windows xp works fine. anything to do different for windows server 2003? some special permission
|
| x509chain / chainpolicy excample of existing policy | 12 Apr 2006 21:56 GMT | 1 |
Hallo ! I do know how to read a x509 chain, but I don'T know woh to generate a chain policy. Who can give me an example of an exisiting chainpolicy. Has anyone experience in designing a chainpolicy ? Is it possible to design a chainpolicy for the german "qualifizierte Signatur ...
|
| Why is Thread.CurrentPrincipal.Identity.Name empty? | 12 Apr 2006 14:19 GMT | 2 |
I'm trying to create my own base exception class from which to derive the rest of my exceptions. I figured I'd get it to record various useful diagnostic information. One of the items I opted for was Thread.CurrentPrincipal.Identity.Name but it's always empty. Any idea
|
| RSA.Create() - performance issues | 12 Apr 2006 10:19 GMT | 3 |
I doing something like this in code: RSA myKey = RSA.Create(); myKey.FromXmlString(....); Apparently RSA.Create() always creates a keypair which has a huge impact on
|
| Smart Cards MY certificate store and Windows Forms | 11 Apr 2006 17:54 GMT | 2 |
I've inherited a windows forms application that uses certificates for authentication and encryption when interfacing with a web service. To my dismay I've discovered that the certs are stored in a hard coded path on the client PC. The customer would like to move to a smart card
|
| Security in ASP 2.0 | 11 Apr 2006 17:30 GMT | 5 |
I already have a table called Users in my own database with fields like userName, password, etc. Can I use the built-in login controls and the Sql provider to implement a login system for my site, so that all the login information gets stored in my own database table? Or do I ...
|