all groups > dotnet security > august 2005 > threads for august 22 - 28, 2005
Filter by week: 1 2 3 4 5
SetOwner problem?
Posted by Brian Kirkegaard at 8/27/2005 12:00:00 AM
I'm having a problem using DirectorySecurity.SetOwner int DotNet. I'm using
the following very simple code:
DirectoryInfo dInfo = new DirectoryInfo(strFolder);
DirectorySecurity oDirectorySecurity =
dInfo.GetAccessControl(AccessControlSections.Owner);
oDirectorySecurity.SetOwner(new NTAccou... more >>
Security for a pluggable application
Posted by Scott McChesney at 8/26/2005 11:33:58 AM
I am in need of some guidance on an application I'm creating. We have a
series of nightly jobs that are run by a dedicated machine using the Windows
Task Scheduler. These jobs span several projects, and perform a number of
different tasks. I've been working on an application that will manag... more >>
Get the user email
Posted by tangolp at 8/25/2005 4:18:01 PM
I'm building a windows application in csharp and I'd like to know if there is
a way to filter the search by the user email address in AD? Thanks!... more >>
Securing .NET Assemblies
Posted by sendhil.an NO[at]SPAM gmail.com at 8/25/2005 1:19:52 PM
Hi,
I have a .NET assembly (a dll which has a strong name). It has two
classes. This dll is used in more than one application.
When the applications are distributed, the dll is also available for
anybody. I want to secure the assembly(dll), so that the class in the
assembly is inaccesible... more >>
Implementing Kerberos Authentication
Posted by bkj at 8/25/2005 9:13:08 AM
Hi
I am developing ASP.Net(Internet) application. I am using Active
directory for storing and authenticating users. I want to use Forms
Authentication
Can I implement Kerberos authentication ?
Can I simulate the windows login from ASP.net code?
Is this Achievable?
Any Ideas????
... more >>
[ANN][X-POST] Goliath.NET Obfuscator...
Posted by Cantelmo Software at 8/25/2005 12:00:00 AM
[it]
....finalmente disponibile l'ultimo sicuro obfuscatore per la piattaforma
..NET - il nuovo progetto tutto italiano che cerca di fermare la
decompilazione & reverse-enginnering degli assembly .NET
grazie per l'attenzione
[en]
....finally available the last secure obfuscator for .NET Pl... more >>
Limiting exe permissions
Posted by Rene at 8/24/2005 5:23:18 PM
I recently finished a C# program that is based on the .Net 1.1 framework and
I am planning to make this program available as a download from the
Internet.
Since the program is something you can download from the Internet and since
most people are afraid of running application from companies... more >>
Impossible to set security policy for VSTO Excel?
Posted by Michi Henning at 8/24/2005 12:00:00 AM
Hi,
I just installed Office 2003 and VSTO 2003. I cannot get *any* Excel
project to run at all. Error is:
The current .NET security policy does not permit ExcelProject1 to run from the
folder .\ExcelProject1_bin\. Do not change the security policy in your computer...
I've read every KB ar... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
signcode vs signtool
Posted by Scott Zabolotzky at 8/23/2005 6:33:45 PM
I have been using signcode as follows:
signcode -spc myCert.cer -v MyKey.pvk file.cab
Now I'm trying to move to using signtool rather than signcode.
But signtool doesn't have a command line parameter to provide
the private key. You must supply a private key container name.
If all I have i... more >>
accessing Active Directory
Posted by reda at 8/23/2005 2:19:07 AM
Hi all,
I am developing asp.net application using windows authentication from active
directory on a local area network. the domain controller is not on the same
machine of the IIS. when trying to get the display name of the logged in user
I am getting an error if I try remotly even if user ... more >>
.NET 2003 DLL - how secure?
Posted by Rob R. Ainscough at 8/23/2005 1:22:20 AM
If I distribute my class libraries along with my ASP.NET code -- how secure
are my DLLs? Can anyone gain access to them other than the ASP.NET
application(s) using them? I was reading the Microsofts .NET security book
and they suggest that .NET DLL can easily be decompiled -- if this is
co... more >>
XmlSerializer : CS0647 Compilation Error
Posted by Ian Armitage at 8/22/2005 7:38:20 AM
Hi,
I am having problems using the XmlSerializer from within a signed assembly.
I have narrowed down the problem to a compilation error (CS0647) occuring
when .NET tries to compile code generated by the XmlSerializer. The JIT
compiler gives an error when trying to process the following ... more >>
authentication hangs after security patch
Posted by cgw at 8/22/2005 6:04:03 AM
We applied the new .net security patch to our development machine. It may be
entirely coincidental, but now authentication hangs.
We use forms authentication and .Net appears to do what it is supposed to do
by passing control to the log in form. We can navigate off the form to other,
non-s... more >>
|