|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Securitymicrosoft.public.dotnet.security
Brian Kirkegaard -
27 Aug 2005 12:06 PM - 5 messages
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 NTAccount(strUser)); dInfo.SetAccessControl(oDirectorySecurity); But th SetAccessControl throws an System.InvalidOperationException with the ...
Scott McChesney -
26 Aug 2005 4:33 PM - 7 messages
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 ...
Nicole Calinoiu -
26 Aug 2005 11:47 AM - 2 messages
Much of the CAS effort has been around directly downloaded code (e.g.: controls hosted on web pages) rather than the locally installed scenario. While I happen to agree with you that the latter deserves addition attention, that's not where past priorities have been. Also, if you take a ...
tangolp -
25 Aug 2005 11:18 PM - 4 messages
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! ...
sendhil.an@gmail.com -
25 Aug 2005 8:19 PM - 2 messages
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 ...
Cantelmo Software -
25 Aug 2005 5:33 PM - 9 messages
[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 Platform - the new ...
bkj -
25 Aug 2005 4:13 PM - 8 messages
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? ...
Rene -
24 Aug 2005 10:23 PM - 15 messages
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 ...
Michi Henning -
24 Aug 2005 1:57 AM - 4 messages
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... ...
Scott Zabolotzky -
23 Aug 2005 6:33 PM - 12 messages
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. ...
reda -
23 Aug 2005 9:19 AM - 4 messages
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 ...
Rob R. Ainscough -
23 Aug 2005 8:22 AM - 3 messages
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 ...
Ian Armitage -
22 Aug 2005 2:38 PM - 2 messages
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 attribute: -
[System.Security.Permissions.PermissionSet(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]. ...
cgw -
22 Aug 2005 1:04 PM - 2 messages
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, ...
Waqas Pitafi -
21 Aug 2005 6:06 PM - 3 messages
Hi, 3rd day is already gone without any solution. My problem is, I have a Windows Server 2003 sp1 machine as my development platform having NTFS filesystem. Other notable components installed are ODP.NET (latest version), WSE 2.0 sp3, offcourse VS.NET 2003 so .NET 1.1. ...
|
|||||||||||||||||||||||