Home All Groups Group Topic Archive Search About

.NET Security

microsoft.public.dotnet.security
Score How to interface to Certificate Authority from C#
Redpay - 29 Nov 2007 10:44 AM - 4 messages
Hi, I am looking for suggestions / best practices for creating a C# client application that can communicate with a Microsoft Certificate Authority running on a windows 2003 server. The application would like to submit PKCS#10 certificate signing requests and recover the issued certifiates in ...
Score CAPICOM and .NET signedCms.CheckSignature
Wim - 29 Nov 2007 10:01 AM - 2 messages
Hello, We have a program which is signing files with CAPICOM. Those signed files (detachted) can't be verified by the .NET classes. I receive "Invalid Signature". When I watch the signedCms.certificates(0) I see the certificate but the ...
Score x.509 Certificate timeout problem
APA - 29 Nov 2007 7:45 AM - 1 message
I have recently upgraded my client app to .NET 2.0 to take advantage of the 2.0 framework's enhanced certificate classes.  The app polls a web service for information.  In the environment that we're in all sites must use certificate authentication.  Users login to their PCs using CAC card device ...
Score Permissions to Task Scheduler
CasperJ - 28 Nov 2007 9:29 AM - 1 message
Hi, I'm trying to create a scheduled tasks from a .Net application (actually a webservice). It runs as Network Service and this account doesn't have rights to create scheduled tasks on the machine so I need to create another account ...
Score Unable to copy file to a shared path on remote server
ashish vasudev - 28 Nov 2007 7:47 AM - 3 messages
Hi all I am trying to copy file from a win2000 server to a shared directory on win2003 server using a COM component. I have used impersonation and it seems to work fine. But i am getting Access Denied error while copying file from the component. ...
Score System.Security.SecurityException: That assembly does not allow partially trusted callers.
John G - 27 Nov 2007 10:21 PM - 2 messages
I have created an ActiveX control that does word automation.  Once I creat an instance of work I get the following message System.Security.SecurityException: That assembly does not allow partially trusted callers. I am using .net 2.  I have a key and use the regasm tool after it the ...
Score c# XmlSignature with xades SignedProperties and UnsignedProperties
Iguana - 27 Nov 2007 12:46 PM - 1 message
Hi All! I need to make an XmlSignature that contains Object with data that will be signed and some not be signed - to use Xades:SignedProperties and Xades:UnsignedProperties. This is my object struct: <Object>   <xades:QualifyingProperties Target="#s"> ...
Score Have WCF Callback notify a single client ?
aiKeith - 26 Nov 2007 9:54 PM - 7 messages
Hello, Was wondering how or if this is possible - assuming the use of FullDuplex, but open to whatever works well. Goal: Have x number of clients subscribe to a WCF fullduplex over tcp service -- lets say they subscribe to:  ...
Score "Unknown Publisher" alert on XP with Microsoft Firewall
kcrosbie - 26 Nov 2007 5:29 PM - 3 messages
Hi, I have an application that is comprised of: A main executable Some dynamically loaded dlls The application sets up a server listening on a port (9xxx). I have tried signing all of the files involved with a valid verisign ...
Score WebPermission.Demand() is failing with membership condition - Strong Name
dave - 25 Nov 2007 2:28 PM - 4 messages
hi, I'm trying to run an assembly in internet explorer (local mode - smart client architecture). I need to secure the running, so the first step is protecting the URL. In .net framework 2.0 configuration I go to ->runtime security policy - ...
Next »