trust relationship between this workstation and the primary domain
Sun, 2 Dec 2007 18:48:00 -0800
am writing a windows application. Here is a logon windows - using
WindowsPrincipal to perform authentication to AD server. The logon part is
running okay under Visual Studio debug mode. However, if I start the
application by clicking on the EXE file (has .SNK signed), the application
always give me the foll ...
|
How to validate calling assembly?
Sun, 2 Dec 2007 17:17:01 -0800
I'm creating a common .net dll for use by multiple projects (applications).
I want to ensure that only my applications (my code) can use the above dlls.
Is it possible to sign the dll or place some attribute/code such that only
my dlls (developed/signed by me) can use the dll?
basically i want to prevent othe ...
|
Security Updates
Sat, 1 Dec 2007 11:31:01 -0800
I have downloaded the following Security update and installed same OK, but I
keep getting offered the same update, how can I stop this keep occuring?
Security Update for Microsoft XML Core Services 4.0 Service Pack 2 (KB936181)
Installation date: â??30/â??11/â??2007 20:39
Installation status: Successful
...
|
Re: How to interface to Certificate Authority from C#
Thu, 29 Nov 2007 13:32:40 +0000 (UTC)
Well -
i don't know exactly how it works - but i would have a look how the CA webpage
does it when you use the "send PKCS#10 request" option.
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
...
|
How to interface to Certificate Authority from C#
Thu, 29 Nov 2007 02:44:01 -0800
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
PKCS#7 format ...
|
CAPICOM and .NET signedCms.CheckSignature
Thu, 29 Nov 2007 02:01:00 -0800
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
CheckSignature is failing.
I see that the signed file there are lin ...
|
x.509 Certificate timeout problem
Thu, 29 Nov 2007 01:45:07 -0600
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
which requires t ...
|
|
|
Permissions to Task Scheduler
Wed, 28 Nov 2007 01:29:01 -0800
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
for this application. My questions for you is, which persmissions is needed ...
|
Unable to copy file to a shared path on remote server
Tue, 27 Nov 2007 23:47:03 -0800
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.
Although i can access the directory.
I am using a user w ...
|
Re: Have WCF Callback notify a single client ?
Tue, 27 Nov 2007 20:41:01 +0000 (UTC)
yep ;)
-----
Dominick Baier (http://www.leastprivilege.com)
Developing More Secure Microsoft ASP.NET 2.0 Applications (http://www.microsoft.com/mspress/books/9989.asp)
> OK, this may be the part i was missing. So each CallBackChannel is
> specific to only one user?
>
> :-)
>
> "Dominick Baier" wrote: ...
|