| Thread | Last Post | Replies |
|
| LDAP Binding | 30 Apr 2007 22:18 GMT | 4 |
I am at a University wherein , use OpenLDAP for the central security. I am trying to create a standard MemberShip provider to allow those of us who like to program in asp.net to develop identity aware applications for IIS servers. (asp.net 2.0)
|
| declarative vs. dynamic security demand..why aren't these two snippets equivalent? | 26 Apr 2007 08:13 GMT | 1 |
I have a group (TESTGROUP) defined on my machine. I'm running this code as a member of that group. It succeeds because I'm a member of TESTGROUP: class Program
|
| Encrypting Data into a string | 24 Apr 2007 17:31 GMT | 2 |
I am trying to encrypt a connect string that has some special characters in it (i.e. ';' and '=' and whatever other funky chars can be in a password). So this chokes when I use the Convert.ToBase64 and Convert.FromBase64 methods. I need the result to be a legitimate
|
| Dotnetnuke Password Encryption | 23 Apr 2007 18:30 GMT | 2 |
I wasn't sure where to post this. Let me know if you know where exactly to post it. I'm using DNN 2.4 and till now I wasnt encrypting my passwords but now I want to so I just changed the value of the "Encryption Key" column in the "HostSettings" table to RSA. But how do I modify ...
|
| Windows Vista UAC and PrincipalPermission | 22 Apr 2007 15:33 GMT | 1 |
How do you tell if a user "is in role Adminstrator" when using Vista with UAC enabled? I know I can right click the executable and select "run as administrator", but how do I check for permissions and then force elevated permissions before use of a section of code? It seems ...
|
| Environment variable windir no access | 20 Apr 2007 12:36 GMT | 1 |
i have a small programm which tries to read the environment variable "windir". This works fine for me but if i install this software on different machines sometimes it works, sometimes it doesnt.
|
| workgroup information file and remote users | 20 Apr 2007 12:15 GMT | 1 |
I'm reading through the general help file on user-level security and it indicates that when a person logs on using their password, "Access then goes out and reads a workgroup information file". Does this mean that the user needs access to where I save the workgroup information ...
|
| cant use GetProcessesByName with vista! | 18 Apr 2007 18:04 GMT | 1 |
GetProcessesByName throws exception if the user isnt administrator.. Considering user cant be administrator on computer how can he see what processes are running on computer with VISTA!??! Thanks,
|
| WindowsIdentity error | 16 Apr 2007 02:52 GMT | 1 |
Hi I am getting an error returned when I try to use the constructor for WindowsIdentity when running from an XP platform. I am using .NET 2.0: System.Security.Principal.WindowsIdentity objIdentity =
|
| symmetric key generation between server and client | 14 Apr 2007 17:22 GMT | 3 |
I have developed a client and server application. The client and server application are created using the socket programming. Now i want to send the data in encrypted format. For that i want to generate the symmertric key. Can somebody provide me the
|
| System.Security.Permissions.StrongNameIdentityPermissionAttribute issue when Using vs2005 | 11 Apr 2007 07:09 GMT | 1 |
I have a dll compiled in Visual Studio 2005 using strong name and have some security demands so that the calling application/assembly requires the dll signed with the private key.
|
| X509 certificate with password | 11 Apr 2007 01:49 GMT | 1 |
I have a certificate X509 with a private key therefore is protected by password stored in a file. I need to read the certificate, with NET2 is a peace of cake: X509Certificate cert = new X509Certificate(@"...path...", "password");
|
| crystal reports crashes after w2003 sp2 installation | 10 Apr 2007 21:35 GMT | 1 |
Hi fellows, very strange thing is happening on my application. I have a web application on production server that is crashing when you try to export to xls format. The application has been working for two years and some updates needed to be done periodically. The last update
|
| security while data transferring.... | 07 Apr 2007 12:21 GMT | 1 |
I am new to .net technologies. ASP.NET has security feature by default? if not, how to provide security while transferring data between iis server to uer's machine. Any suggestions are welcome.
|
| SecurityException: Request failed in LoadControl | 05 Apr 2007 17:34 GMT | 4 |
I have a web part which dynamicaly loads an ascx control. If I configure my sharepoint for full trust, everything works fine. Using other security settings, I get the following exception: [SecurityException: Request failed.]
|