| Thread | Last Post | Replies |
|
| Securty around .NET setup program | 06 May 2005 08:13 GMT | 1 |
I’d like to use a .NET setup program for deploying my application. Can the person who uses this setup program to deploy my application setup security around it to ensure that it doesn’t write to the registry and/or specified folders?
|
| .NET Server Authentication | 05 May 2005 21:16 GMT | 1 |
I’m having an odd problem with server authentication. I’m not sure which is the most appropriate newsgroup to post to, so let me know if there’s somewhere else I should look. Forgive the length, but I wanted to weed out the more generic answers that are already published.
|
| Web Services and Access Control | 05 May 2005 17:55 GMT | 3 |
We are developing a distributed application, made up of several components installed on several machines talking to one another (via SOAP for example, ora via .NET remoting). Suppose those components expose some methods to the outside world: this
|
| OAEP Decryption Error | 05 May 2005 16:57 GMT | 1 |
Unwisely, I cross posted and it was bad. So i remove all the cross posts and created a new single group post. Sorry about that google. So here goes. I am trying to do encryption/decryption with RSA.
|
| SignedXml.ComputeSignature() exception: System.NotSupportedException : DecryptValue | 04 May 2005 07:35 GMT | 1 |
I posted this message on the asp.net forums previously but have so far had no responses, trying here for better luck. I'm currently trying to sign (with private key) and validate (with public key) an XML file using the W3C XML Signature specification.
|
| System.ExecutionEngineException for certificate object creation | 03 May 2005 23:33 GMT | 7 |
I am using the SecureBlackBox class to create a new X509 certificate. SBX509.TElX509Certificate certUsr = new SBX509.TElX509Certificate(); certUser.LoadFromBuffer(certData); This works fine in some areas of my code but all of a sudden, a certain
|
| I keep receiving a file/path access error. | 03 May 2005 14:55 GMT | 3 |
I have been assigned the task of creating a Web Service wrapper around pre-existing Visual Basic ActiveX DLLs. I developed the service in ASP.NET and everything functions as expected, except one part. One of the tasks of the DLLs is to create a text file on the disk and write
|
| NCrypto Encryption & Decryption | 03 May 2005 12:58 GMT | 1 |
I'm using the NCrypto dll for RSA Encryption/Decryption (http://sourceforge.net/projects/ncrypto/). My encryption code in .Net is pretty simple. The dataToEncrypt length is 1024. The returned data is 1161 in length.
|
| Role based security on local machine | 02 May 2005 21:04 GMT | 12 |
I am testing role based security and have a problem when logged into the local machine. It always fails when I specify a group instead of a user name. Everything works fine when I'm logged into the domain. I'm running it on an XP machine. Following is the code:
|