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     
-------------------- It sounds like you already have it right. To make this work: 1) Explicitly set the password of the ASPNET account in the...
AT
11-01-2004 07:45 PM
AT Go to last post
0 19
Good day Ladies, Gentlemen, Help needed or confirmation that it's a designed "feature" ! We have a strange situation here. We once were using...
SLY
11-01-2004 06:31 PM
Joe Kaplan \(MVP - ADSI\) Go to last post
8 37
I'm working on a programming project that needs to control network traffic. What I would like to do implement a mini-firewall as part of my...
Paul Steele
11-01-2004 02:12 PM
Paul Steele Go to last post
2 32
got new hardware; copied VS projects from old hard drive to new; rebuilt an old project and it doesn't run: The current .NET security policy does...
Eric Nelson
11-01-2004 01:35 PM
Eric Nelson Go to last post
0 19
Can you create an RSACryptoServiceProvider instance from the assembly public key? The Assembly GetPublicKey method returns byte array, but how...
William Stacey [MVP]
10-31-2004 09:13 PM
William Stacey [MVP] Go to last post
0 22
I have a VB.net app running on the 1.0 framework. The exe resides on a network share and all of the client computers have a full trust configured...
spg
10-30-2004 07:51 AM
Nicole Calinoiu Go to last post
1 30
Hey all, is there a way to examine the bit encryption negotiated during a SSL handshake in ASP.NET. For example I know that you can use this...
Novice
10-29-2004 04:57 PM
Novice Go to last post
0 22
"Andreas Håkansson" <andreas.hakansson (AT) nospam (DOT) com> wrote The UnauthorizedAccessException is thrown when the operating system...
Nicole Calinoiu
10-29-2004 12:13 PM
Nicole Calinoiu Go to last post
0 18
Hi, Is possible to use a COM object (for example Speech API) from a User Control embedded in Internet Explorer? It's failing now, I think is a...
David Seimour
10-29-2004 11:43 AM
David Seimour Go to last post
0 25
Hi, We have a web application protected by a certificate. In order to allow customers to connect to the web site, we generate a .pfx file that we...
Christian Staffe
10-29-2004 07:57 AM
Christian Staffe Go to last post
0 25
I have someone who has given me a string that was encrypted with their RSA private key. I tried to import their RSA public key and decrypt their...
David Gardner
10-29-2004 12:03 AM
Rob Teixeira Go to last post
1 16
Hi, In an effort to learn about the .NET security settings I tried a simple experiment. I created a noddy console application and assigned it a...
DT
10-27-2004 10:03 AM
DT Go to last post
2 21
hi while trying to execute the following program i am getting "System.ComponentModel.Win32Exception: Access is denied" as errror message. <% @Page...
DotNetJunkies User
10-27-2004 07:38 AM
Nicole Calinoiu Go to last post
1 24
Hi list! I have 2 questions about TripleDes- first about a problem I'm running into implementing the tripleDES algorithm in the .net framework, and...
Patrick
10-27-2004 03:08 AM
Valery Pryamikov Go to last post
9 20
I have a service that logs/traces information through a custom trace listener to a log file in System32. The name of the file is something...
Kevin Burton
10-26-2004 07:15 AM
Nicole Calinoiu Go to last post
1 22
Hey all, I was just wondering what hash algorithm is used when you provide a key through the used of the Strong Name Tool or is it configurable? For...
Novice
10-26-2004 07:02 AM
Nicole Calinoiu Go to last post
1 20
I need to append encrypted messages to an application log file. I'm following the approach used in MS "307010 - How To Encrypt and Decrypt a File by...
AT
10-25-2004 09:02 AM
AT Go to last post
8 25
Hey all, I've read that security policy can be administered at the following levels: Enterprise Policy Level Machine Policy Level User Policy...
Novice
10-25-2004 08:45 AM
Nicole Calinoiu Go to last post
3 25
I have a control which connects to an object on a server. This object has an event, and client (the control) subscribes to this event. So...
mfeingold
10-23-2004 10:57 PM
mfeingold Go to last post
2 25
I need the ability to authenticate a user within my application against a specific domain. The machine where the application is running might be...
leeyg
10-22-2004 10:09 PM
leeyg Go to last post
0 24
Try the following where MACHINENAME is your machine's name. FYI: You're giving full permissions to the ASPNET account. Probably not a good idea for...
DotNetJunkies User
10-22-2004 08:58 PM
DotNetJunkies User Go to last post
0 28
I have a shared project that has references for both windows forms and web forms (ie System.Web.dll and System.Windows.Forms.dll). I am worried that...
dsellers
10-22-2004 10:59 AM
dsellers Go to last post
0 22
I have two conceptual questions that I would like to hear some opinions on: 1. Assume you are developing an application which incoporates a...
craig
10-21-2004 05:52 PM
richlm Go to last post
1 29
Hello - after completing a simple app and finally getting it right, I put the app on a network share for others to test. Well, you know the...
Patrick
10-21-2004 05:40 PM
Joe Kaplan \(MVP - ADSI\) Go to last post
5 17
have a look at the new msdn magazine issue msdn.microsoft.com/msdnmag --- Dominick Baier - DevelopMentor http://www.leastprivilege.com
Dominick Baier
10-21-2004 05:09 PM
John Bowman Go to last post
1 34
I have an application where users have to log in to view their account information. The problem is, if I log in as user A, then in another browser I...
Shabam
10-21-2004 04:13 PM
Nicole Calinoiu Go to last post
8 31
I've deployed a simple intranet application to a local Server 2k3 box with ASP.Net 2.0 beta and integrated windows autentication (no anonymous...
John Plunkett
10-21-2004 02:59 PM
John Plunkett Go to last post
0 18
Hello - I now have a working network app using strong names - but the problem is that the appname.msi needs to be run on the users computer...
Patrick
10-21-2004 01:51 PM
Patrick Go to last post
0 15
I'm trying to write a very simple app where I'd like to control access using Windows Groups. I want to do this by adding Active Directory users to a...
Fabian
10-21-2004 12:24 PM
Fabian Go to last post
0 18
Hello everyone, I want to develop a secure application in .Net. I am in the analysis pahse of the "security" aspect and one of my requirements is to...
MP
10-21-2004 11:25 AM
Jorge Matos Go to last post
1 13
I have a problem using the Authorization and Profile Application Block in conjunction with the AzMan provider and an xml based store. While...
Phil Knight
10-21-2004 10:03 AM
Phil Knight Go to last post
1 17
I am new to .Net, so apologies if this is a simple question. I need a way of display folders and files to my users. However, it must show whether...
Davie
10-21-2004 09:57 AM
Jorge Matos Go to last post
1 13
Hello, I need some help w/ signing XML files. I've been looking at the MSDN doc's examples in SignedXml constructor and in DataObject Class and not...
John Bowman
10-21-2004 08:58 AM
John Bowman Go to last post
0 18
I have a SmartClient (Windows Forms) application that uses a WSE2.0SP1 WebService. The SmartClient exe and dll's are signed with a strong name. The...
Morten Lyhr
10-21-2004 08:30 AM
Nicole Calinoiu Go to last post
9 32
I have a .net app written in C# that I'd like to make available to users on a network. The easiest way for me to do this seems to be to put it on...
Dave
10-21-2004 07:10 AM
Nicole Calinoiu Go to last post
6 17
Hello, When using RijndaelManaged in CBC mode, I believe that ICryptoTransform.TransformFinalBlock() is behaving "wrong". After a call to...
AT
10-21-2004 02:16 AM
Rob Teixeira Go to last post
1 12
I'm attempting to use a certificate that I imported into Windows Server 2003 using certmgr (more info...
David Gardner
10-20-2004 09:59 PM
David Gardner Go to last post
0 15
In the app I am working on, we need to restrict access of certain methods to a limited subset of callers. This is beyond the...
Kevin
10-20-2004 04:17 PM
Kevin Go to last post
0 17
Which C# classes should i use for generating signature values using RSA-sha1 Algorithm. Rightnow I have tried using the...
Raj
10-20-2004 11:37 AM
Raj Go to last post
0 25
How can I programmatically scan a file (ZIP/BIN) using Norton Anti Virus and check the scan results ? Help appreciated. Thanks Steve
Ramesh
10-20-2004 12:37 AM
Ramesh Go to last post
0 37
crossposting to .net security newsgroup where you might find an answer. -- Thanks, Ryan Menezes This posting is provided "AS IS" with no...
Ryan Menezes [MSFT]
10-20-2004 12:24 AM
Rob Teixeira Go to last post
1 22
How do I produce a detached signature using the SignedCMS class (found in System.Security.Cryptography.Pkcs namespace)? I cant find any property or...
Jayant Sane
10-19-2004 08:11 PM
Jayant Sane Go to last post
1 13
Can anyone tell me how I can get the Full UserName from a logged on user from a NT4 Domain in my ASP.NET(C#) page? I do know how to get a userrole...
Erik
10-19-2004 04:04 PM
Paul Clement Go to last post
1 55
Alright, so my admin and I are trying to get this thing to work... I'll just lay it out for you, no point in trying to hide what I'm doing. We are...
CJ Taylor
10-19-2004 11:55 AM
CJ Taylor Go to last post
0 18
Hajo, is it possible to get hashed password of current user? I know that I can not get password but maybe the hash? Or even better, can I get any...
Gawel
10-19-2004 11:51 AM
Joe Kaplan \(MVP - ADSI\) Go to last post
7 41
Why does this code need "Full Trust" permission set to run ? I try running it with "Everything" permission set, but this raisses a SecurityException...
DotNetJunkies User
10-19-2004 11:00 AM
Nicole Calinoiu Go to last post
1 20
I want to sign something using a certificate that I already have. I am quite familiar with the process and know what needs to happen and/or I need...
Jayant Sane
10-19-2004 10:55 AM
Jayant Sane Go to last post
0 23
I need to use my smart cart (with reader) for autorize my web application (.net)? Where i find any example/ source code or articles? Thanks
Max
10-19-2004 06:08 AM
Max Go to last post
0 21
Hi Alex, To my knowledge, the quick and dirty solution is to catch the appropriate security exception. However, this is not always the fastest way...
YK
10-19-2004 12:37 AM
YK Go to last post
0 17
Hello, Here's our requirement. "IF" IE has some Windows User's credentials, we want ASP.NET to get them "silently" (no popup explicit asking for...
Peter Diroff
10-19-2004 12:19 AM
YK Go to last post
1 20
Post New Thread

Display Options
Showing threads 2901 to 2950 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.