| Thread | Last Post | Replies |
|
| WebPermission.Demand() is failing with membership condition - Strong Name | 30 Nov 2007 12:21 GMT | 4 |
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 -
|
| Unable to copy file to a shared path on remote server | 30 Nov 2007 11:09 GMT | 4 |
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.
|
| CAPICOM and .NET signedCms.CheckSignature | 30 Nov 2007 10:58 GMT | 2 |
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".
|
| How to interface to Certificate Authority from C# | 29 Nov 2007 13:32 GMT | 3 |
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 ...
|
| "Unknown Publisher" alert on XP with Microsoft Firewall | 28 Nov 2007 15:33 GMT | 2 |
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).
|
| Have WCF Callback notify a single client ? | 27 Nov 2007 22:56 GMT | 6 |
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 --
|
| Send custom IPrincipal object from client to WCF service - Possibl | 26 Nov 2007 17:03 GMT | 6 |
We are trying to do something that doesnt appear to be possible. Simply this: We create a IPrincipal object on the client based on a custom class that holds info we need for auditing (ip, workstation_name, etc)
|
| httpwebrequest failure with .net service | 26 Nov 2007 15:51 GMT | 7 |
running Hi, I have a .net 2.0 service that periodically needs to access a web site on the same 2003 server machine that is configured to use https . The only way I can get this working is to run the service with the
|
| Enforce specific client certificate on WCF service | 26 Nov 2007 15:08 GMT | 2 |
This is driving me nuts. I would like to secure my WCF service using certificates but I would like to define which certificates have access, preferably configurably since each of my deployment environments have different certificates.
|
| calling fully trusted assembly from partially trusted appDomain | 26 Nov 2007 10:17 GMT | 2 |
Is it possible to call a fully trusted code that performs actions that the partially trusted appDomain running code is not allowed to run? Here is my scenario: 1. create an appDomain which is restricted from writing to a specific file.
|
| user.identity.name | 26 Nov 2007 10:11 GMT | 1 |
I'm building an app on our local intranet.... I can pull the network ID through -User.Identity.Name Once I have this can I use this, or a token, or LDAP, Active Directory.... to find out more information about the user, firstname, lastname, email...
|
| Reading from personal certificate | 26 Nov 2007 10:09 GMT | 1 |
I'm trying to get the Friendly Name from the certificate store but neither the X509CertificateCollection nor the X509Certificate class have any friendly name in it anywhere. I'm using .NET 1.1. TIA.
|
| Accessing DirectorySecurity for local c$ share - 1265 error | 26 Nov 2007 10:08 GMT | 1 |
I am using .NET 3.5 and accessing a local share DirectorySecurity ds = Directory.GetAccessControl("\\\\127.0.0.1\\c$\\test"); But this gives an exception error of 1265 at
|
| Got error with SetInfo on one server but not others | 19 Nov 2007 06:21 GMT | 2 |
I have a COM component that is a ext property page in AD users and computers snap-in. I'm testing on different virtual machine and I'm getting error in one of the vm installed Win2000 server sp4 but it works fine on another vm with the same OS. Right before the execution of the ...
|
| RSACryptoServiceProvider hangs if Domain controller is available | 18 Nov 2007 13:23 GMT | 2 |
I use RSACryptoServiceProvider.VerifyData to verify a digital signature. The public key is loaded with RSACryptoServiceProvider.ImportCspBlob and SHA1CryptoServiceProvider is used. I have some Windows XP SP2 PCs under a Windows Server 2003 Small Business
|