| Thread | Last Post | Replies |
|
| Newbie Question | 27 Jun 2008 22:08 GMT | 6 |
Where can I find the .NET Security Policy configuration tools for VS 2008?
|
| .net app to run from file share - script wont work | 25 Jun 2008 14:15 GMT | 1 |
I'm trying to get a application to run from a file share on the network. I can do so successfully only when I manually go through the steps. If I log on as a local or domain administrator (or if the user is a local admin) and run the script below, the application on the file share ...
|
| XAdES - CertDigest element | 19 Jun 2008 09:05 GMT | 2 |
I have a question about XAdES CertDigest element. Site: http://www.w3.org/TR/XAdES/#Syntax_for_XAdES_The_SigningCertificate_element tells: "The element CertDigest contains the digest of one of the certificates
|
| Encrypting using RSA private Key | 12 Jun 2008 11:45 GMT | 8 |
Is it possible to encrypt using the RSA private key and decrypt using the public key? I am able to do the opposite but when I try to decrypt using the private key I get a "Bad Key" Exception. Here is an example: rsa = new RSACryptoServiceProvider();
|
| Problems with Partial Trust | 09 Jun 2008 16:55 GMT | 3 |
I am having difficulty get my application to play nice with some FileIOPermission Attributes. I want to restrict file permission on certain folders at the assembly level. So I use the following attribute [assembly: FileIOPermission(SecurityAction.RequestRefuse,
|
| Sample scripts for C# <=> OpenSSL | 09 Jun 2008 05:01 GMT | 4 |
Anyone have any working samples for code between OpenSSL and C# in both directions. We have a lot of files (creating more daily) encrypted in AES but we can't decrypt them in C#. We can however descrypt them with OpenSSL.
|
| mapping drive through service | 06 Jun 2008 19:42 GMT | 2 |
I have developed an .Net C# remoting service application to map a given machine to a first available drive letter in the host machine. The target machine is running on Windows2003. My problem is when i run this application as a service with
|
| My first WCF application | 06 Jun 2008 00:34 GMT | 1 |
I have developed a small application in WCF .NET, where service contract is a control library and it is hosted via windows application, and the binding, channels are TCPBindnig, I tried to create client to connect and access the operation in the hosted server, but it gives the ...
|