|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Securitymicrosoft.public.dotnet.security
Mukesh -
9 Sep 2006 1:08 PM - 4 messages
Hi I have Microsoft Enterprise Library 2005 installed on my local system. I m also using ASp.net 1.1 And C3 as coding language , I have MS Sql Server 2000. I am developing a web application in which i am using data Access ...
Jared Warren -
8 Sep 2006 11:43 PM - 4 messages
I have an ADAM instance with a root of "CN=TestWithRoles,DC=royalroads,DC=ca" running on a server called metrocsdev, port 5000. I successfully connect to this remotely using AdsiEdit. This instance contains an AzMan store, which I have ...
YangXiaoFan -
8 Sep 2006 2:19 PM - 3 messages
I am reading a book "Programming Dot Net Security" and have a general question - Runtime uses Assembly evidence to get Permissions through Policy resolution, then why does it allow assigning Evidence while loading an assembly? I think assigning Evidence is a way of presenting false ...
SvenAke -
6 Sep 2006 11:02 PM - 4 messages
I'm trying this out usig ASP 2.0. The public key part works ok but the private key request fails. CspParameters cspParams = new CspParameters(); cspParams.Flags = CspProviderFlags.UseMachineKeyStore; ...
Kris -
6 Sep 2006 2:42 PM - 6 messages
I need to generate RSA keys using a different public exponent from the default one used by the RSACryptoServiceProvider (65537, {1,0,1}). The reason I need to do this is that I am currently writing software which communicates with a device that annoyingly assumes the public exponent ...
Marc -
5 Sep 2006 10:03 PM - 3 messages
I'm building a .NET Windows Service that needs Modify rights on a network folder. I'm guessing that running as the Network Service (or Local Service) account is the way to go, but simply giving this security principal Modify ...
sachdeva.rajesh -
5 Sep 2006 4:50 PM - 7 messages
I want to encrypt the username and password using public key. Decrypt it using private key. Any help or code is very helpful. Thanks in advance for your help. ...
Thorsten Kallweit -
5 Sep 2006 2:37 PM - 4 messages
Hello all, I need to retrieve a certificate from a Microsoft Certificate Services PKI by its certificate ID and I don't know where to start. background: I have signed records in a database, each record holds the id of the ...
Filip De Backer -
5 Sep 2006 9:19 AM - 4 messages
Hi evryone, This sql code doesn't work. set @cmd =
'D:\data\gegevensbeheer\produktie\AccountSynchroTrigger\AccountSynchroTrigger.exe ' set @cmd = @cmd + Cast(@PersoonID as nvarchar(10)) exec master.dbo.xp_cmdshell @cmd It has worked with a simpel exe program. This exe program adds user to the active directory. ...
chandu -
5 Sep 2006 5:13 AM - 2 messages
hello, i am working on security features in a project . can u send any links or materials, from those i can follow. thank u.. ...
ditnooitlezen -
4 Sep 2006 1:20 PM - 3 messages
In a windows form app (2.0) I get an IOPermission failed while executing the lines: Configuration exeConfig = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); // ... add one item exeConfig.Save(ConfigurationSaveMode.Modified); The exeConfig resides on a network share. When I configure ...
|
|||||||||||||||||||||||