| Thread | Last Post | Replies |
|
| CryptoAPI | 13 Feb 2006 13:42 GMT | 2 |
I need to convert some code that works with CryptoAPI using advapi32.dll to C#.NET and to use System.Security.Cryptography. The question is what is the analog for CryptImportKey API? In the old code they giving to this CryptImportKey
|
| Translate BUILTIN to domain name | 13 Feb 2006 12:44 GMT | 2 |
Hello group I'm trying to list the users and groups who has read access to a file. I use .NET 2.0 and FileInfo.GetAccessControl().GetAccessRules(...) and then loop through the FileSystemAccessRule objects. Using these objects, I can
|
| NEED Solution for .NET 2.0 mscorcfg.msc w/o SDK | 10 Feb 2006 14:31 GMT | 2 |
NEED Solution for mscorcfg. Please help, I need a MS solution for the mscorcfg.msc control panel applet on .NET 2.0. without having to download the SDK. I have tried a solution denoted below to
|
| .NET 2.0, X509Certificates and CRL Check | 10 Feb 2006 14:28 GMT | 7 |
Is it possible to check a certificate against the CRL with the new X509Certificates class in .NET 2.0?? So that I know if the certificate is revoked or not still valid... Thanks
|
| HOWTO Run CASPOL for full trust on UserControl. | 10 Feb 2006 13:32 GMT | 20 |
HOWTO Run CASPOL for full trust on UserControl. Please help, I have made a .NET UserControl (.NET 2.0), that I intend to run from a web page. At the moment, the only way I know to grant my UserControl the security
|
| Caspol - Normal User | 09 Feb 2006 12:11 GMT | 1 |
Does a normal user have permissions to add a code group to the USER node of the .NET Runtime Security Policy(mscorcfg.msc) using a caspol batch file. Thanks
|
| Searching on Encrypted Fields | 07 Feb 2006 20:05 GMT | 1 |
In some instances I encrypt data and store it in my SQL Server 2000 database along with an intialization vector. For example, this is a great way to store Social Security Numbers. The encryption is handled by the software (VB.NET).
|
| CAS exception - crash | 07 Feb 2006 19:53 GMT | 2 |
When my app gets run from a network drive, I get a unhandled SecurityException before the main() procedure is called as assemblies are preloaded. I can probably find a way to deal with this through ClickOnce deployment assistance. However, it then crashes inside
|
| Security exception while opening an OleDBConnection | 07 Feb 2006 13:29 GMT | 3 |
I've created a web application and through this I want to import Excel data to database. Following is the code that I've written, *******************************************************************
|
| Wrong Evidence in assembly raw loading | 06 Feb 2006 04:24 GMT | 2 |
I created a strong named DLL (say HostDLL) which has a method to create an AppDomain with limited permissions. The appdomain created using this method will have a child codegroup to provide fulltrust to HostDLL. HostDLL has another method which takes an assembly's name, class and ...
|
| how to get the Process Username when "runas /netonly" | 06 Feb 2006 01:51 GMT | 2 |
I am trying to get the Process UserName by using System.Enviorment.Username, I have no problem by normal "run" and by "runas". I can get the process Username with correct value. However, I try to use "runas /netonly" to execute the program I developed, I found out that it is ...
|
| verify write permission to a folder | 05 Feb 2006 18:58 GMT | 3 |
How do I progamaticaly verify whether the current user has write permissions to a given folder using .NET? thanks s
|
| Retrieving SSL/TLS and server certificate information! | 03 Feb 2006 11:19 GMT | 7 |
I want to get the details of SSL/TLS security and the certificate details which are implemented on a perticular domain, just by passing domain name (like hotmail.com) with asp .Net code. is it possible?
|
| HOWTO: Prevent Dynamic Loading of internal Types | 03 Feb 2006 03:14 GMT | 15 |
How can I prevent someone from dynamically loading an internal type from my assembly? Kindest Regards, Michael Primeaux
|
| AzMan - AccessCheck in ASP.NET | 03 Feb 2006 03:06 GMT | 1 |
i used AzMan (xml file) to define operations/tasks/roles and assigned Windows users/groups to roles for an application. here's an e.g. Role Role Definition roleEmployee -> tskSomeSimpleTask1 (maps to opSomeMenialOperation)
|