Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score License File Generator Using Digital Signatures
mr.mike.ward - 19 Mar 2005 11:03 PM - 6 messages
I've written a license file generator in C# that generates a signed XML file for use in another program. I need to give this generator to a third party (ShareIt.com) so they can generate license files when a ...
Score ildasm
vhoward - 19 Mar 2005 9:01 PM - 4 messages
hi, i use compact frameword and c# to program on pocket pc is there a way to prevent user to examine constant in a .exe using ildasm ? thanks in advance ...
Score Re: RSA Encrypt/Decrypt Problems
Michel Gallant - 19 Mar 2005 1:25 PM - 8 messages
Typically ... RSA encryption is meant for encryption of small amounts of data (like secret symmetric keys). The related concept of enveloping (combination of bulk symmetric encryption of data, combined with RSA encryption of that secret symmetric keys to recipient(s)) ...
Score SecurityCritical, SecurityTreatAsSafe and SecurityTransparent Attributes?
Jesse Towner - 19 Mar 2005 1:02 PM - 3 messages
I noticed these intriguing classes have been introduced recently into the .NET Framework 2.0. However, documentation for them seems to be lacking, and google search turns up nothing. I was wondering if someone could be generous and comment on the usage ...
Score RSA Encrypt/Decrypt Problems
Joseph MCAD - 18 Mar 2005 11:53 PM - 12 messages
March 18, 2005      I am trying to encrypt messages typed in a textbox by encrypting them using RSACryptoServiceProvider. If the text is shorter than about 1/2 a sentence, then it works fine. If it is longer, say: "This is my message. It ...
Score ASP.NET roles, authentication
Neel - 18 Mar 2005 7:20 PM - 2 messages
Hi all, I am creating a web page (asp.net) with AD authentication (LDAP), I have few set of roles created for this project. I have roles1, roles2, roles3, roles4 Based on the above roles, i have to pull the data from a database for ...
Score full trus and 1.1 SP1
AndrewEames - 18 Mar 2005 6:17 PM - 2 messages
I just applied 1.1 SP1 and I am seeing some changes in behavior wrt. security If I set my security level to no trust, my .NET application will now actualy execute until Application.Run (previously, it wouldn't even start up without ...
Score Security Exception due to Medium trust level
vrush Deshpande - 18 Mar 2005 5:43 AM - 2 messages
Hello, We have a web application developed in ASP.NET and MySQL database. The code works fine if trust level of web server is kept high for ASP.NET. It seems all service providers keep trust level Medium by default. ...
Score A single page from an existing application under SSL?
Mike Owen - 17 Mar 2005 8:13 AM - 4 messages
I have developed an application which all works fine, and runs under a normal non secure connection, e.g. [link] . I now want to run just a single page, that already exists in the ...
Score ASP.NET security for a combined intranet/Internet site
gauty - 16 Mar 2005 9:53 PM - 2 messages
Hi, I'm writing an application using forms authentication, and have implemented roles-based authorization using custom Principal and Identity classes. This is all working fine, but now the client wants to bypass the forms authetication when an intranet user is accessing the ...
Score what would disable certificate export?
nicole - 16 Mar 2005 9:42 PM - 2 messages
I have several certificates in my user store. When I inspect them with MMC snap-in, I can see that I have the private keys. When I try to export them, it doesn't let me export private keys. I am pretty sure ...
Score any way sending S/MIME signed email with asp.NET ?
ron - 16 Mar 2005 4:05 PM - 3 messages
...
Score Re: Custom IPrincipal and declarative security checking
Dominick Baier [DevelopMentor] - 16 Mar 2005 1:34 PM - 2 messages
My point is that you run in even bigger trouble when you only copy the IPrincipal to Thread.CurrentPrincipal - a common mistake i have seen. Do you have a practical example of code that demands PrincipalPermission before HttpApplication.SetPrincipalOnThread is run (besides code you've written yourself in AuthenticateRequest) ? ...
Score Java encryption <--> .NET encryption
Gawel - 16 Mar 2005 11:56 AM - 2 messages
Hajo, I need to exchange encypted data between ..NET and Java environments. The first problem I encountered is that symmetric ciphers in .NET needs initialization vector and Java counterparts don't. Can some one point me out the place where I can find any practise and ...
Score Custom IPrincipal and declarative security checking
Baileys - 15 Mar 2005 1:29 PM - 6 messages
Hi, I'm having trouble getting declarative checks (using PrinciplePermissionAttribute) to work with my custom IPrincipal implementation in a web scenario. I created a custom principal class (MyPrincipal), implementing the IPrincipal interface I added code to the global.asax Application_AuthenticateRequest handler to ...
Score Code Access Security - User Policy Level
Kjetil Kristoffer Solberg - 14 Mar 2005 10:19 AM - 3 messages
How can I set Code Access Security, User Policy Level, policy for a certain user on a machine? regards Kjetil Kristoffer Solberg ...
Next » 2 3 4