| Thread | Last Post | Replies |
|
| Impersonating when creating a process from inside a SQL Server Assembly | 15 Dec 2006 18:12 GMT | 8 |
This is my situation: I'm trying to impersonate a different user when creating a process from inside a .NET assembly on SQL Server. Basically the flow looks like this: stored procedure->static C# function in Assembly->Process created in
|
| Config Info in DMZ | 13 Dec 2006 06:50 GMT | 1 |
I have created one .net web application which will have all the DB connection info in the config file. The system which has this application is in DMZ. I don't want to place my DB connection info in the DMZ system. what should i do?
|
| permission problems | 12 Dec 2006 14:54 GMT | 1 |
I have an application that I need to run from a network share, the server is windows 2000 server the clients are windows XP. Whenever I run the application from the share a get access problems when trying to query anything such as computername.
|
| How can I read the property's "Description" of a security Log's en | 12 Dec 2006 14:52 GMT | 1 |
When I double click on an entry of the "Security" log in the system's "Event Viewer", a Property window pops up. In this window, there is a "Description" section that lists many different information like "User Name:, "Domain", "Login ID"......
|
| Extract Public Key From certificate and RSACryptoServiceProvider | 09 Dec 2006 22:10 GMT | 3 |
I am using .NET Framework 2.0. I used X509Certificate class to obtain the public key from a certificate file. // The path to the certificate. string Certificate = "C:\\Certificate.cer";
|
| Digitally Sign a file | 09 Dec 2006 17:28 GMT | 1 |
I encountered a very weird scenario with the following code: CspParameters csp = new CspParameters(1, "Tev CSP v3.0"); csp.KeyNumber = 2; RSACryptoServiceProvider rsa = new
|
| Signing a .NET Application | 07 Dec 2006 12:56 GMT | 2 |
Hallo NG, after installing IE7 a security dialog appears when executing an application from a share. Either I change the IE7 security settings for local intranet
|
| TripleDESCryptoServiceProvider - Secret Key Length | 06 Dec 2006 08:19 GMT | 2 |
Consider a string that's being chosen by the end-user as his/her password. In this scenario, consider it to be 5 characters long. How am I supposed to encrypt this using the TripleDESCryptoServiceProvider? The algorithm demands a given length of secret key, however, I cannot
|
| Creating Authorization Manager Store through Code | 04 Dec 2006 16:25 GMT | 3 |
Hi all, thanks in advance for any help you can give. I am attempting to create a deployment engine, and one of the things it needs to do is create an XML Authorization Manager Store (AzManager Store). I have searched, and poured over the documentation, and cannot
|
| .NET Applications in Linux | 04 Dec 2006 08:06 GMT | 2 |
Want to explore on .NET applications development and deployment in Linux for the applications currently developed and deployed in Windows XP env. Please advice regarding the setup to up done, compatiblity,..
|
| Newbie Security Question | 02 Dec 2006 01:17 GMT | 5 |
I want to lockdown three or four pages of an otherwise publically access web app. You have to login but providing you have the right username and password you have access. These 3 or 4 pages should only be accessed from certain webservers and of course the hosting server. I was ...
|