| Thread | Last Post | Replies |
|
| Cannot encrypt web.config appSettings on virtual directory | 31 May 2007 21:12 GMT | 3 |
Hopefully one of the RSA guru's here can help me with this one. I have a server with two sites running, one on port 80, the other on port 8080. The application I'm working with is running under the site on port 8080 and
|
| Active Directory Membership Provider Configuration Error | 31 May 2007 21:04 GMT | 1 |
I am using the AD Membership provider for my web app. I added new attributes to my schema according to http://blogs.msdn.com/dansellers/archive/2005/11/09/491152.aspx and http://blogs.msdn.com/dansellers/archive/2005/10/20/483272.aspx. When I attmept to use the password recovery ...
|
| Should Framework 2 to set same rules? | 31 May 2007 16:24 GMT | 2 |
For a .NET Framework 1.1 application, rules set in .NET Configuration 1.1 with a strong name sign full trust. But after installed .NET Framework 2 and VS 2005, the appcation works NOT properly.
|
| Role based security | 30 May 2007 06:11 GMT | 2 |
I want to know what support dotnet framework provides to implement Role based security. As per my knowledge, Principal permission is the only permission class supported for role based security.
|
| aes-128-cbc openssl decrypted in .net | 24 May 2007 21:04 GMT | 1 |
How do I decrypt aes-128-cbc encrypted data using .Net? 1. I assume the Rijndael algorithm should be used but does just passing in a 128 bit key force it to be 128 instead of default 256? 2. Is the ms .net version cbc by default?
|
| private to public decrypt now working | 24 May 2007 17:02 GMT | 4 |
I am using the below sample for public private key encryption. And my problem is I can encrypt with the public key and decrypt with the private key but I can't encrypt with the private and decrypt with the public. I always get a BadKey error when I pass in the public key to ...
|
| Security blues | 23 May 2007 21:50 GMT | 3 |
.Net gurus, I have written an app that works great on my dev workstation. When I load it on the corporate server, it fails, seemingly with an error unrelated to security. (It says it cannot load a resource string, while all resources are
|
| How do i do hardware protected HMAC'ing from dotnet? | 23 May 2007 13:12 GMT | 1 |
I have a hardware token that supports HMAC'ing with a key generated and protected on that token. For RSA operations I can use keys in the box by stuff like: CspParameters cp = new CspParameters(
|
| SignedXml.Signature.SignatureValue hash | 22 May 2007 08:26 GMT | 5 |
I have implemented entire RFC3161 (Time Stamp Protocol) with csharp, .net 2.0, VC 2005, for timestamping signatures with TSA. My problem is extract and get from SignedXml.Signature.SignatureValue hash, which must be send in request to TSA.
|
| Custom Authorization Manager | 18 May 2007 17:33 GMT | 1 |
Is it possible to add custom fields related to Group/Role like printer name, file server, CC mail etc. to AzMan. We are planning to use AzMan but there are some business specific data for every role/group. Is AzMan meet the requirement?
|
| Code Signing and CAS for ASP.NET Application | 17 May 2007 19:06 GMT | 1 |
I have built an ASP.NET (.NET 1.1) based web application for a financial services company. There are approx. 45 assemblies in the web application, and they are all private assemblies (i.e. deployed in the local bin folder).
|
| SSL Security | 16 May 2007 21:47 GMT | 5 |
What happens if I 1. Encrypt a message with x.509 certificate 2. Send the message over the internet 3. A couple of bytes gets corrupted on the way.
|
| SSL | 16 May 2007 18:49 GMT | 1 |
Is a x.509 certificate the same the as public key/private key pair?
|
| help on caller credentials !! :-( | 16 May 2007 14:45 GMT | 10 |
I start to loose my hairs. Hoep someone could help me to recover..:-) I have build a remote object hosted in a Windows Service runing as LocalService. I have then a claient application which calling that remote object and based
|
| Setting directory NTFS directory permissions (W2k3 Server) | 15 May 2007 16:58 GMT | 1 |
Using C#, does anyone know how I can manipulate the file permissions on a folder I've just created such that the folder does not inherit permissions from its parent. My code currently has a number of lines that look something like:
|