Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score web application development user rights req
maidoo - 28 May 2005 3:48 PM - 3 messages
as mentioned in the documents supplied with the VS.NET that the user need to be part of the (vs developers) group to develope and test web app. and (debbuger) group in order to debbug the app, and that no need to b part of ...
Score error passing byte[] of encrypted data to Web Service
ChuckD_Duncan - 28 May 2005 1:44 PM - 10 messages
Have Web Service:  bool Login( byte[] A, byte[] B ); If I just send a couple of simple strings, it works fine ... as in:      byte[] A = Encoding.Default.GetBytes("First");      byte[] B = Encoding.Default.GetBytes("Last"); ...
Score .Net Authorization and NTFS permissions
Wade Mebed - 27 May 2005 4:57 PM - 2 messages
We get inconsistent application behavior on Authorization based on NTFS ACL Permissions. We implemented an ASP.NET 1.1 web application using NTFS ACL Authorization, and implemented a security audit logging call in the Application_AuthorizeRequest event of the Global.asax: ...
Score Protect source
Fabrice - 27 May 2005 2:21 PM - 2 messages
hello I'm creating an internet application in vb.net to. Whithout Visual studio and with the Framework 1.1 I have a lot of file, .aspx, .aspx.vb, .ascx... What is the best way to protect the source and to crypt them ? ...
Score CAPICOM problem:cannot access certificate store
edwards - 27 May 2005 9:30 AM - 2 messages
Hello, Could you help me ? I am developing a web application that needs to create a signature. To do this I am using CAPICOM but I have a problem: When I try to obtain the certificate from a certificate store but I get a ...
Score HKEY_USERS, what is it for?
Sathyaish - 26 May 2005 2:52 PM - 2 messages
What is the Windows registry hive HKEY_USERS for? ...
Score sslstream and certificates
Jakob Nielsen - 26 May 2005 2:23 PM - 15 messages
Using net 2.0 I try creating a sslStream from a regular networkstream as folows Socket clientSocket = serverSocket.EndAccept(result); clientSocket.Blocking = true; Stream clientStream = new NetworkStream(clientSocket); SslStream sslStream = new SslStream(clientStream); X509Certificate cert = X509Certificate.CreateFromCertFile(@"c:\mycertificate.crt"); ...
Score DPAPI
Johan - 26 May 2005 12:05 PM - 2 messages
Hi, How does the DPAPI work when using machinestore? Does all users on the machine have access to the encrypted data? Or is it possible to set an access list? Johan ...
Score Impersonation through HttpModule
otto - 26 May 2005 8:16 AM - 8 messages
Hi, all: I have a question about security in ASP.NET applications. We´ve to develop several applications. All of them with Windows integrated security in IIS. Each application must run under one domain account (each application has its ...
Score IIS / SQL Server impersonation
matthew_glen_evans - 25 May 2005 2:38 PM - 3 messages
Hi I am attempting to implement impersonation from a windows application to a SQL Server database via a remoting middleware application(hosted in IIS 6 on W2003 Server). I have configured the host virtual directory in IIS to require windows ...
Score hotmail
TB - 24 May 2005 2:52 PM - 4 messages
i can't get into hotmail because of the .NET passport itmakes me write the characters i see and then asks me to sign in and them continues to ask me to write what i see and sign in. I HAVE 89 UNREAD MAIL MESSAGES I NEED TO SEE ...
Score How many keys?
Ryan Taylor - 23 May 2005 6:58 PM - 5 messages
Hello. I am developing an application with multiple assemblies. I have all the projects contained in one solution just to make code management a little easier. However, is it recommended to have one key for strong naming for all the assemblies (projects) or should if assembly be strong named with a ...
Score problem:referenced assembly "XPCommonControls(a free third party component)" has no strongName.
jerry Lee - 23 May 2005 4:56 PM - 2 messages
I use a free third component in my solution. and considering of security, I generate a Key.snk and using in this project. when i now generate this solution, the compiler told me this info: generate assembly failure -- referenced assembly "XPCommonControls(a free ...
Score Changing MSN Messenger Display Name for NON msn/hotmail email addr
Duane - 22 May 2005 1:45 AM - 3 messages
I've registered a non MSN email address for a .NET passport, but cannot change the display name in any client (msn messenger, kopete, amsn) . It is a Gmail address, haven't seen or heard of this problem before. I'm a Linux user ...
Next » 2 3 4 5 6 7 8 9 10