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     
I'm trying to impersonate a local account in a windows service. Basically I need to have two different identities in the service - one to talk to...
yajur
02-05-2005 04:38 AM
Chris Rolon Go to last post
2 20
I use the formsauthentication.signout in my logout button, than redirect the user to the login page. I also clear all session variables. I have just...
djc
02-05-2005 04:33 AM
Chris Rolon Go to last post
2 14
I have an application being deployed using no-touch deployment. The folder where the app is requires the user to login using there windows user/pw...
Joe
02-05-2005 02:44 AM
Richard L Rosenheim Go to last post
10 23
hi, all we have a NT4 machines to host all the user's info./permissions/roles, and now we have a web site which hosts on a Win-Server 2003. Right...
J
02-05-2005 02:25 AM
J Go to last post
0 18
I found the followin example of how to encrypt a text: public static string Cript(string text) { Byte clearBytes = new...
news.microsoft.com
02-04-2005 04:12 PM
Sean Hederman Go to last post
4 39
have been scouring the internet and reading several .Net security books trying to get a handle on CAS and how we could easily implement it. Our...
Kevin
02-04-2005 02:09 PM
Kevin Go to last post
1 27
Is there any way of changing NTFS permissions (given that the user logged on has the rights) in C#? Thanks for your help Shawn H. Mesiatowsky
Shawn H. Mesiatowsky
02-04-2005 12:40 PM
NuTcAsE Go to last post
1 47
I'm stumped. Hopefully someone has seen this. I have an ASP.NET app that needs to talk to SQL Server. This works: Create new local account on web...
Shawn Brock
02-04-2005 09:23 AM
Shawn Brock Go to last post
0 17
All, I am trying to find a way to terminate processes in a terminal service session from another terminal services session on the same domain. Ron
RonB
02-04-2005 09:03 AM
RonB Go to last post
0 33
I'm trying to use CryptoAPI to export a certificate ande the private key to a file(.pfx). How to write the certificate the and private key to the...
pan lei via DotNetMonster.com
02-03-2005 08:38 PM
pan lei via DotNetMonster.com Go to last post
0 16
Hi all I have an ASP.NET application that uses impersonate account to connect to DB, this works good. But in some cases I need to put some methods...
Viorel Ghilas
02-03-2005 07:46 PM
AT Go to last post
1 17
I have a requirement to encrypt a string using the public key from an RSA certificate provided to me. I can load the certificate file using...
Ryan
02-03-2005 10:38 AM
Ryan Go to last post
3 25
I've just run into a rather pesky issue. If I use the XmlSerializer class from a strongly named assembly, the generated assembly makes a demand for...
AndrewEames
02-03-2005 10:03 AM
AndrewEames Go to last post
6 21
I have 2 Web Based .Net applications that use: 1/ Forms authentication 2/ The same SQL server DB for login information 3/ Are based on the same...
Mike Owen
02-03-2005 09:49 AM
Mike Owen Go to last post
0 24
Hello, I am making an asp.net commerce site (with commerce server 2002 and Visual Studio .Net 2003 ASP.NET C#). I'm using user and server...
karshnod
02-03-2005 03:49 AM
karshnod Go to last post
0 29
What specific threat do you want to mitigate with secure local RPC calls?? that said - RPC encryption/signature is secure - and yes - the admin can...
Dominick Baier [DevelopMentor]
02-03-2005 01:53 AM
Dominick Baier [DevelopMentor] Go to last post
0 15
According to my research, it looks like I can use the Windows Security Principal to verify that a user is authenticated or to see if they belong to a...
Rene
02-02-2005 06:30 PM
AT Go to last post
4 25
Could someone please provide the steps necessary to sign code that will be used by everyone in my organization using a certificate from my...
Travis Lingenfelder
02-02-2005 03:16 PM
Nicole Calinoiu Go to last post
3 28
I have a Web Service (ASP.NET) that communicates to a COM+ Server (written in C#) application on the same computer. I wnat to ensure that the...
AT
02-02-2005 03:09 PM
AT Go to last post
0 19
I am having a problem with my ASP.NET application and using Windows Authentication. It works until I take the "Everyone" group away from...
chuckdfoster
02-02-2005 10:56 AM
Nicole Calinoiu Go to last post
3 16
Hi, My problem is the first request done on Active Directory using DirectoryServices object take 5 seconds. All folowing search are less than 1...
remy f. via DotNetMonster.com
02-02-2005 02:46 AM
remy f. via DotNetMonster.com Go to last post
5 14
My control uses several other controls - MagicLibrary being one of them. If I change my Internet security to Full Trust everything work fine but when...
Joe
02-01-2005 03:05 PM
AT Go to last post
5 24
Hello: in vb.net I want to programatically assign group rights to a file on our domain controller (NT2000) Bigger picture is that I an designing a...
Support
02-01-2005 10:22 AM
Support Go to last post
0 16
Hello On my previous post I mentioned my developement team is interested in protecting our assemblies from being used by other people. One way we...
Abelardo Vacca
02-01-2005 10:04 AM
Nicole Calinoiu Go to last post
1 14
Hello, I am new to CAS. I am trying to protect my assemblies so they cannot be called by other assemblies not signed by our company. I create a...
Abelardo Vacca
02-01-2005 09:44 AM
Nicole Calinoiu Go to last post
2 17
Hi everyone! Sorry for my English( I'm not good at English) I have a question : To connect to SQLServer I must add connection string in...
haian
01-31-2005 10:24 AM
William Stacey [MVP] Go to last post
2 18
Hi, I'm using the authorization application block, with an active directory authorization store. In my app.config file, i've specified my store...
TheTarek
01-31-2005 12:34 AM
Sathiyarajan Rajendran via DotNetMonster.com Go to last post
2 20
Hi. I am following some Microsoft guidelines to build a more secure web server, in order to run an asp.net application. I created a custom account...
Erik Cruz
01-30-2005 04:17 PM
Erik Cruz Go to last post
2 10
I have must set Protection to a folder and remove other exists protection. I use for set protection Api AddAccessAllowedAce but this api set MyUser...
John Fred
01-30-2005 01:25 PM
Chris Rolon Go to last post
1 17
I'm writing a webpart which is supposed to connect to a Webserice in our interanet.I am using "RSService.Credentials...
ALI-R
01-30-2005 01:13 PM
Chris Rolon Go to last post
1 12
I'm using IsInRole to determine a user's authority to use various features of a winforms application. Everything works fine while the client...
John
01-30-2005 12:36 PM
William Stacey [MVP] Go to last post
11 28
Please forgive my ignorance. I am new to all of this and volunteered to be the webmaster of a site because nobody else would step up. When trying to...
Crissy
01-29-2005 08:17 AM
Nicole Calinoiu Go to last post
1 12
Hi, Can i know how did you solve your this problem? Posted via DevelopmentNow Groups www.developmentnow.com/g www.developmentnow.com
Coco
01-28-2005 02:42 AM
Coco Go to last post
0 17
Hi, 0x80070002 (-2147024894) COR_E_FILENOTFOUND Error Message: The system cannot find the file...
Valery Pryamikov
01-27-2005 05:55 PM
Valery Pryamikov Go to last post
0 25
Hi, Has anyone used Eldos secureblackbox for .NET. Do you recomend it? thanks, Mathew
mathew alexander
01-27-2005 04:15 PM
mathew alexander Go to last post
0 18
All, I'm running an application on the .Net 1.0 framework that seems to be having trouble running for anyone who is not a member of the local admins...
John P
01-27-2005 02:43 PM
Nicole Calinoiu Go to last post
1 23
I am using .Net 2.0 (v2.0.41115) to create a signature where I would like to add some attributes (either signed or unsigned) to it. However in all...
Jayant Sane
01-27-2005 02:13 PM
Jayant Sane Go to last post
0 17
I have an ASP.NET application which is set to use Windows authentication - relevant section of web.config below:- <authentication...
JohnHorb
01-27-2005 11:03 AM
JohnHorb Go to last post
2 13
Hello, I'm using the Crypto API RC2 encryption under Visual Studio 6 C++. I've written some code and got encryption and decryption working...
kishore
01-27-2005 09:45 AM
kishore Go to last post
1 16
Is it possible for a hacker to run the strong name utility on a client computer with the -Vr parameter to skip verification of *signed*...
Gecko
01-27-2005 09:22 AM
Nicole Calinoiu Go to last post
9 22
hello who can tell me the relation and difference between the following concept: 1 no-touch deployment 2 clickonce 3 smart client
zbcong
01-26-2005 10:12 PM
zbcong Go to last post
0 30
Hi, I have a piece of .net code I am trying to understand. It creates a MD5 hash then requests 256 bits from the hash, where MD5 only generates...
Pete
01-26-2005 05:54 PM
Valery Pryamikov Go to last post
9 23
Dear, Microsoft Corporation Would the Permissions architecture be considered to operate at the Session Layer of the OSI model? The reason I state...
savanted1 (AT) hotmail (DOT) com
01-26-2005 05:21 PM
AT Go to last post
3 26
Example of AES encryption/decryption interop between .NET and Java. http://blogs.msdn.com/dotnetinterop/archive/2005/01/24/359898.aspx
Dino Chiesa [Microsoft]
01-26-2005 02:52 PM
Dino Chiesa [Microsoft] Go to last post
0 28
Are we subject to USA export restrictions if we ship product (that includes the .NET Framework) to foreign countries, since the Framework...
dotNETDavid
01-26-2005 02:11 PM
dotNETDavid Go to last post
0 17
Since the .NET Framework includes encryption/decrytion code, are we restricted regarding exporting our applications written in .NET? Do export...
dotNETDavid
01-26-2005 02:03 PM
dotNETDavid Go to last post
0 15
Hi, I have an ASP.NET application. I want to use IsolatedStorage in this application. When I run this application with anonymous access set in IIS...
Zdenek Drlik
01-25-2005 08:44 AM
Zdenek Drlik Go to last post
0 15
Hello, I want to save a message in a xml-file. I want to save attachments in a special tag. But if the attachment has a virus and if I open the file...
Steffen Stehmann
01-25-2005 04:27 AM
Fabio Cozzolino [MCAD] Go to last post
1 47
Hi there, Have you guys watched the Smart Client 3: Developing Secure Smart Client Applications by a presenter called Jeff...
one
01-24-2005 05:29 PM
one Go to last post
4 12
Is there a utility to test an assembly for security issues? I have a Winforms user control which I'm hosting in an ASP.NET application. On...
Joe
01-24-2005 07:53 AM
Nicole Calinoiu Go to last post
7 16
Post New Thread

Display Options
Showing threads 2601 to 2650 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.