HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Security microsoft.public.dotnet.security


Discuss in the Dotnet Security forum.



Post New Thread
Threads in Forum : Dotnet Security Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
How can I set Code Access Security, User Policy Level, policy for a certain user on a machine? regards Kjetil Kristoffer Solberg
Kjetil Kristoffer Solberg
03-18-2005 02:45 PM
NghiaNgo Go to last post
2 20
I have a local Form and ADONet application created in Visual Studio utilizing MS-Access and is compiled (Released) to the public network drive. Each...
Steve B.
03-18-2005 12:15 PM
Steve B. Go to last post
0 18
Hi, Can someone point me in the right direction on a really simple access control issue? Here is the situation: 1. an app on a client computer...
Dan
03-18-2005 12:14 PM
Dan Go to last post
0 17
I want to use remoting to talk between two applications on the same PC but am concerned about security. What are the security implications of using...
dr
03-18-2005 10:11 AM
K. Prafulla Go to last post
2 15
grab a tool called GenerateMachineKey from www.pluralsight.com ....this does the magic for you. --- Dominick Baier -...
Dominick Baier [DevelopMentor]
03-18-2005 08:55 AM
Dominick Baier [DevelopMentor] Go to last post
0 21
Is there a way to disable concurrent login to a web site or web app without using session variables? Thanks in advance.
Chris
03-18-2005 08:55 AM
Chris Go to last post
0 15
first of all - EnableViewStateMAC does _not_ encrypt the ViewState (the docs are wrong). This setting creates a MAC (Message Authentication Code)...
Dominick Baier [DevelopMentor]
03-18-2005 08:54 AM
Dominick Baier [DevelopMentor] Go to last post
0 13
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...
nicole
03-18-2005 08:26 AM
David Cross [MS] Go to last post
1 13
Hi, Im just wondering, I set the enableViewStateMAC to true and the machineKey validation to 3DES is my web.config. How do I test my asp.net pages...
AT
03-18-2005 04:44 AM
AT Go to last post
0 22
Hi, I am trying to encrypt viewstate in my ASP.NET web site. I put these items in the web.config.. <pages enableViewStateMac="true" /> <machineKey...
AT
03-18-2005 04:29 AM
AT Go to last post
0 18
I'm looking to encrypt some xml elements, and I'm trying to be as standards complient as I can (although strictly speaking, it's not a...
tragic_hip
03-17-2005 03:13 PM
tragic_hip Go to last post
0 20
Hajo, I need to exchange encypted data between ..NET and Java environments. The first problem I encountered is that symmetric ciphers in .NET needs...
Gawel
03-17-2005 03:01 PM
tragic_hip Go to last post
1 16
Hello INFO: bin - ssod is working OK. when I change passwd on the windows side it changes on the UNIX side. But we also want to change password on...
Basheer
03-17-2005 11:49 AM
Basheer Go to last post
0 22
Hello! You wrote on Wed, 16 Mar 2005 17:05:09 +0100: See http://www.eldos.com/sbb/net-mime.php With best regards, Eugene Mayevski
Eugene Mayevski
03-16-2005 05:58 PM
Eugene Mayevski Go to last post
0 19
System.Security.Principal.WindowsIdentity.GetCurrent() System.Security.Principal.WindowsIdentity.GetCurrent().Name
AT
03-16-2005 05:19 PM
AT Go to last post
0 16
Sure, but not in 1.1 with the native classes. You'll need some interop to CDO and...
Joe Kaplan \(MVP - ADSI\)
03-16-2005 01:59 PM
Joe Kaplan \(MVP - ADSI\) Go to last post
0 19
This is my first attempt at cryptography, and I'm a bit stumped. The following code is meant to encrypt an image on a client, then decrypt the image...
dingfahd
03-16-2005 09:31 AM
dingfahd Go to last post
1 13
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...
Dominick Baier [DevelopMentor]
03-16-2005 08:58 AM
Nicole Calinoiu Go to last post
1 11
Hi, I'm having trouble getting declarative checks (using PrinciplePermissionAttribute) to work with my custom IPrincipal implementation in a web...
Baileys
03-16-2005 07:47 AM
Nicole Calinoiu Go to last post
5 21
download http://www.pluralsight.com/toolcontent/show_pipeline.zip put the ashx file in a web app and run it through your browser - you'll see the...
Dominick Baier [DevelopMentor]
03-16-2005 03:08 AM
Dominick Baier [DevelopMentor] Go to last post
0 16
Hello I try to use the object RSACryptoServiceProvider to verify a signature. I provide the public key in the code but it seems that...
Michaël Mathy
03-15-2005 06:46 PM
Ignus Fast Go to last post
1 18
I am having a ASP.NET application that makes calls to a COM Component. The COM Component has calls to CoInitializeEx, ConitializeSecurity etc. What...
POnfri
03-15-2005 04:09 PM
POnfri Go to last post
0 12
I am creating computer accounts from a web interface and need to set the group that has the rights to join the computer to the domain (by default...
Jay Armstrong
03-15-2005 11:29 AM
Jay Armstrong Go to last post
4 15
We have a large desktop application that supports a home-grown rights management capability. It is written in C++/MEC++ under .NET 1.1 ...
Bern McCarty
03-15-2005 10:01 AM
Bern McCarty Go to last post
0 19
hey gang, i am a developing webapp that requires a client-side certificate in order to consume our partner's webservice. i have finished this...
AT
03-14-2005 09:22 PM
AT Go to last post
1 26
I have a general question where is the best practice to store and how to pass in the key for symmetric encryption to an app. I have created a helper...
Homer
03-14-2005 06:06 PM
Alek Davis Go to last post
3 16
I am designing a document store. I want user to login and then be able to download files presented to them in the form of a list of links. Obviously...
Chris Kennedy
03-14-2005 09:00 AM
Nicole Calinoiu Go to last post
3 26
i also wrapped the wrapper in a single aspx file (and a gui and command line version) ready to...
Dominick Baier [DevelopMentor]
03-14-2005 06:56 AM
Dominick Baier [DevelopMentor] Go to last post
0 15
Hi, I have been searching the web for some time, trying to come up with a solution to my dilhema. I am using Microsoft Visual Studio 2003 .NET with...
ITbhikkus
03-13-2005 02:57 PM
ITbhikkus Go to last post
0 17
be more precise :) --- Dominick Baier - DevelopMentor http://www.leastprivilege.com
Dominick Baier [DevelopMentor]
03-11-2005 07:57 PM
Dominick Baier [DevelopMentor] Go to last post
0 12
I am attempting to construct a custom implementation of IMembershipCondition (which actually does a bit of work and then delegates to...
Trevor Lawrence
03-11-2005 04:39 PM
Trevor Lawrence Go to last post
8 28
Hi, We distribute data updates to our dotnet client apps in form of Access files. We want to protect the content of these files from...
AT
03-11-2005 06:59 AM
AT Go to last post
0 19
Hi, When I register a ServicedComponent to COM+ either dynamically or manually, I have this error: Failed to register assembly. 2: Access to the...
hey
03-10-2005 10:19 PM
hey Go to last post
0 10
I am trying to use a WIN32 waitable timer to wake up a standby system at certain delayed time. The WIN32 code is working as expected, but .NET...
Gary Li
03-10-2005 02:25 PM
Gary Li Go to last post
0 15
I have a problem with using LogonUser() and getting my code to see a network resource. The original application was an ASP.NET page that uses OleDb...
Colin Nicholls
03-10-2005 01:55 PM
Colin Nicholls Go to last post
0 22
My application architecture involves 3 layers. The 1st layer is the IIS Web Server, which has .Net components. When a file is uploaded the contents...
Rajasekhar
03-10-2005 01:39 PM
Rajasekhar Go to last post
0 15
I'm looking for a way to get a remote HTTPS server's public certificate. I want to use this to encrypt data that will eventually be sent to that...
tragic_hip
03-10-2005 10:29 AM
tragic_hip Go to last post
5 13
We are trying to create a system where our users will navigate to a web page, and this web page will reference a Windows User Control which is then...
AT
03-10-2005 10:26 AM
AT Go to last post
0 9
Tweaking the settings in IE will have no effect. I've had no experience with the .NET Framework on Win98, but it rather surprises me that the .NET...
Trevor Lawrence
03-10-2005 05:33 AM
Trevor Lawrence Go to last post
1 21
I wrote a program and installed it xcopy logged onto User A. Everything works OK. When User B logs on and attempts to run a part of the program which...
larzeb
03-09-2005 12:10 PM
Nicole Calinoiu Go to last post
4 22
What excatly did you have to do? I have webserver A and Files servers B,C,D,E what do i need to configure? --
ReneMo
03-08-2005 11:04 PM
bbrantly Go to last post
2 12
Hi Bala, Check out: http://blogs.msdn.com/shawnfa/archive/2003/06/20/57023.aspx and http://blogs..msdn.com/shawnfa/archive/2003/12/30/344554.aspx...
AT
03-08-2005 08:41 PM
AT Go to last post
0 9
Hi, I'm using the following code to check signed xml files: SignedXml signedXml = new SignedXml(); // ...
AT
03-08-2005 08:30 PM
AT Go to last post
2 21
Hi, I'm in process to develop thin control, that will be used in our web pages and IE. Control itself uses tag <object> and compiled in one...
JFN
03-08-2005 08:27 PM
AT Go to last post
1 9
Is there any way of granting a specific assembly Reflection permission when the web server is set to Medium level trust? The assembly is signed and...
Paul Hatcher
03-08-2005 03:33 PM
AT Go to last post
22 45
Hello, I would like to make sure that my web service only can be called from my strong name assembly. But I get a SoapException when I try to call a...
Henrik Skak Pedersen
03-08-2005 08:03 AM
Henrik Skak Pedersen Go to last post
2 25
How to protect session states when using ajax ? give a me link about the topic . thanks for the answers
hoz
03-08-2005 06:45 AM
hoz Go to last post
0 11
The right way to do this is by using the built in Kerberos features in Windows. However, that would require the J2EE server to support...
Joe Kaplan \(MVP - ADSI\)
03-07-2005 11:07 PM
Joe Kaplan \(MVP - ADSI\) Go to last post
0 13
What does Thread.CurrentPrincipal.Identity.Name say and what do you get with Thread.CurrentPrincipal.IsInRole("mylocalmachine\TESTERS")? That should...
Joe Kaplan \(MVP - ADSI\)
03-07-2005 11:01 PM
Joe Kaplan \(MVP - ADSI\) Go to last post
0 30
I am creating a seperate appdomain to host assemblies having less than full trust. The second appdomain has a different ApplicationBase path then...
AT
03-07-2005 08:33 PM
David Levine Go to last post
4 18
Post New Thread

Display Options
Showing threads 2451 to 2500 of 3341
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.