| Thread | Last Post | Replies |
|
| PasswordDeriveBytes in .NET 2.0 Beta | 14 May 2005 16:59 GMT | 1 |
I'm trying to run our .NET 1.1 code on the beta version of .NET 2.0. Almost everything runs fine, however there's one small issue: The following code is used to encrypt some data, the Key and IV are derived with PasswordDeriveBytes. 'salt' is a byte array with length
|
| How to protect data in executable file? | 14 May 2005 09:06 GMT | 2 |
This is all about protecting my data in Executable file. I have developed a program in Visual Basic .NET 2002. I have many questions in mind... please help me to complete my project. 1. I have very much data to be incorporated into the executable file. I
|
| Access Denied | 13 May 2005 13:09 GMT | 1 |
I have built an Windows Service, and I am getting an [Access Denied] error when I execute the following line. Dim AcApp As Access.Application = New Access.Application() The Service is Logged on as a Domain.User.
|
| IsInRole groupname with white space. | 13 May 2005 09:40 GMT | 4 |
Im trying to find out if a user belongs to a certain group in our domain. I used it before and it works fine. Now i want to do the same but with a groupname that has a white space in the middle of it. for example: DOMAIN\GRP APP.
|
| .Net Security Hole Problem - clients read each others files | 12 May 2005 22:19 GMT | 1 |
I am trying to preclude web clients from reading each others folders and files on a pulic web hosting server running W2k server. They can read each others files/folders by using simple .Net script and System.IO FileInfo and DirectoryInfo classes.
|
| Check for certian privileges | 12 May 2005 21:19 GMT | 4 |
I need to check if the user of the app has IO and Registy rights. How do I "Assert" that the current user of a WinForm app has these rights? Thanks, John
|
| WindowsIdentity role caching in ASP.NET | 12 May 2005 20:55 GMT | 5 |
I've got an ASP.NET application which is impersonating the client and does some role-based acess control internally. The application doesn't see changes in role membership made through the Windows Local Users/Group editor until IIS is reset. WindowsIdentity is apparently caching ...
|
| Impersonation code | 12 May 2005 15:55 GMT | 1 |
I have the following Impersonation code. This code is in C# and I want to retrieve the data from the SQL server database using the Specified windows username and password. public bool ImpersonateUser(string sUsername, string sDomain, string
|
| Distributed winforms application security | 12 May 2005 13:12 GMT | 8 |
I am writing a small application for work that connects to a database (located on the company network) and writes some information. We use AD for windows auth and I have administrator staus on the domain and my development machine. The problem lies when I attempt to run the ...
|
| Suppressing stack walks by PInvoke or IJW | 10 May 2005 18:31 GMT | 1 |
Do I have to do something special in order to suppress the stack walks by my PInvoke or IJW calls? I plan to operate the .dlls only in a fully trusted environment. My first guess is to apply the [SuppressUmanagedCodeSecurity] attributes to: 1) my C# wrapper class since they can make ...
|
| system.security.securityexception | 09 May 2005 17:12 GMT | 5 |
I need some help here with security. I have a vb.net program that resides on remote laptops. When the users log into another application (siebel) on some server which I do not know anything about that application launches my vb.net program. The program launches and shows up in ...
|
| Form Authentication and new browser instance | 09 May 2005 16:55 GMT | 8 |
I am developing a Web application that uses the Form Authentication. At one time, I need to launch a new instance of the browser using javascript.window.open with the correct parameters. When I run a test outside of authentication everything works fine. However
|
| Web services domain authorization | 09 May 2005 12:10 GMT | 1 |
I have a question about authorizing access to web service. Is it possible to restrict access to certain web service based on domain name of a server requesting that web service. For example, I have a customers of my web service that have a domain name
|
| sspi in c# | 06 May 2005 17:32 GMT | 6 |
I have been trying to use SSPI in validating user credentials in my winform applications. I have tried looking around the internet but it doesn't seem that there are any code samples for wrapping sspi in c#. Could someone give me a hand?
|
| Pls Help! Passing credential between two web sites on same machin | 06 May 2005 11:06 GMT | 3 |
On the same machine, I have created two web sites, the first site requires client cert and is mapped to a windows account. The second site is restricted to be called by the first site by limiting the IP address to localhost. If I enable windows authentication for the second ...
|