all groups > dotnet security > may 2007 > threads for may 1 - 7, 2007
Filter by week: 1 2 3 4 5
X509 signed xml validates in .NET 2.0 but not in 1.1
Posted by JShak at 5/7/2007 11:43:00 PM
Hi,
I use the following function to validate a signed xml document with an
attached X509 cert. The XML validates in .NET 2.0 but not in 1.1. Any ideas??
Thanks..
public void VerifyXmlSignature(String signedFilename)
{
//load signed XML document
XmlDocument xmlDoc = new Xml... more >>
Triple DES keys distribution
Posted by mauricio.cadima NO[at]SPAM gmail.com at 5/7/2007 8:39:05 AM
Hi
I'm developing an application that encrypts some data using the
TripleDESCryptoServiceProvider, I'm new in this topic and I don't know
what is the best and secure way to distribute the keys used by this
algorithm since If I left it hardcoded anyone can decompile the
assemblies and obtain it.... more >>
Acced Adctive Directory in separate domain
Posted by raimo at 5/4/2007 1:59:00 AM
Hi
I have a problem. I have a development PC in domain A and I need to develop
software witch has to access Active directory in domain B.
I have no problem accessing AD until dev. PC in on the same domain with the
AD. But I can’t figure out how to access AD in separate domain.
Help needed... more >>
Cannot encrypt web.config appSettings on virtual directory
Posted by dink337 at 5/2/2007 2:04:00 PM
Hopefully one of the RSA guru's here can help me with this one.
I have a server with two sites running, one on port 80, the other on port
8080.
The application I'm working with is running under the site on port 8080 and
for this example I'll use the name of "test" for the virtual directory o... more >>
FullTrust Assemblies
Posted by groups.james NO[at]SPAM gmail.com at 5/2/2007 7:57:33 AM
We have a scenario (much like everyone else I'm sure) where we have
some applications that reside on the intranet, a local share, but are
run from independant client machines. Some of these applications need
FullTrust.
It was our understanding that :
The CLR will determine permissions a .N... more >>
Open Ports 21,22,23,80
Posted by Linket at 5/1/2007 8:04:02 PM
I think I posted here once before but am going to try again. I'm a beginner.
A Shields Up! scan reveals that ports listed in subject are open and
indicates this is not good. I've searched everywhere for an answer. I've
written to AVG. I have their security suite (anti-virus/firewall). When I
... more >>
Running a console application in Windows Scheduler - .NET Runtime Error EventID: 5000
Posted by kplkumar at 5/1/2007 7:38:04 AM
Hi all
I am fairly new to windows scheduler.
I have an .exe console application that needs to be run 1st of every
month. I created a scheduled task in Windows Schduler and called
the .exe.
The application is supposed to pull some report data and make a
webservice call to sent out thi... more >>
|