| Thread | Last Post | Replies |
|
| authentification and authorization | 25 Apr 2006 18:46 GMT | 2 |
We are starting a new ASP .NET development project and I have a question about the best way to handle security. I have been reading about ASP .NET 2.0 Membership and Role Management and am a little confused, deciding if this is how we want to manage security. Our users will ...
|
| Any good examples of modifying the CAS during install? | 25 Apr 2006 14:21 GMT | 3 |
I need to modify the .NET 2.0 CAS (create a code group, etc) in my installer. I'm using VS.NET 2K5 and I can't seem to find a good example that does this. I can barely understand the general flow. This is what I understand:
|
| FileIOPermissionAttribute VS FileIOPermission ??? | 25 Apr 2006 10:56 GMT | 2 |
What is the difference between : <Assembly: FileIOPermission(SecurityAction.RequestOptional, Read:="C:\")> and <Assembly: FileIOPermissionAttribute(SecurityAction.RequestOptional,
|
| Smart Client & SecurityPermission | 25 Apr 2006 09:28 GMT | 2 |
I am trying to run a windows application (smart client) from a web page. The problem is that I get this errormessage: -- System.Security.SecurityException:
|
| CAS seclaration vs Role Base Security ???? | 24 Apr 2006 16:41 GMT | 1 |
I am bit confused with CAS declaration and Role BAsed Security. As I understand, CAS is apply as an assembly attribute and apears only in the module Assembly.vb (for VB class) compare to Role based Security which is applied for method or code itself.
|
| Decrypt problem using Rijndael | 24 Apr 2006 06:59 GMT | 5 |
I'm using an algo to encrypt/decrypt an xml file using Rijndael. However, SOMETIMES (yea that's right, it does not happen all the time) the decrypt algo fails when I try to read the data in cryptostream: 'Read the data out of the crypto stream.
|
| Certificate Tools | 22 Apr 2006 00:06 GMT | 2 |
Whenever I need a test certificate, I ask my network admin to make them for me. He uses the open ssl library that comes with Redhat to create x509 and SSL certs. Is there a windows tool that I can use to do this myself? Recommendations appreciated
|
| UNC logins with VB.NET | 21 Apr 2006 15:06 GMT | 1 |
I have a few UNC folders with username & password protection. Now with my VB.NET program I need to access those. I can access them without username&pwd but that is not an option. How can I login to those UNC folders (in VB.NET)?
|
| GenericPrincipal class ??? | 21 Apr 2006 14:57 GMT | 1 |
I am studying .NET security and I am confused on the point, whether to use the GenericPricipal and GenericIdentity or create custom classes by impleenting IIDentity and IPrincipal interface. I get when sample saying that custom users and groups are stored in a
|
| Permission denied - COM / .NET TS | 20 Apr 2006 16:16 GMT | 3 |
I' ve following problem in a terminal server environment (w2k sp4, en, .NET ver 1.1) : An assembly-DLL is hosted via COM interop. Zone security ist on "full trust", same same the assembly security settings.
|
| Reading Public/private key from a Digital certificate | 20 Apr 2006 15:35 GMT | 5 |
Friends, How to read the key to digital sign your data and later to validate the digitally sign data. for that sake we need to first extract private key and public key from the
|
| Code access security to control access to My service? | 20 Apr 2006 14:06 GMT | 3 |
Can I use code access security to ensure that only local applications can access my service? My understanding is that code access security is controlled by the administrator. What attributes do I need to build in to my service.
|
| Confusion about .Net AllowPartiallyTrustedCallers (IE). | 20 Apr 2006 13:55 GMT | 3 |
Can some one set me straight on how these security issues work? I've got a UserControl that I run from within a web page hosted in IE. The UserControl does some stuff that Partially Trusted Callers (like IE) aren't usually allowed to do (get environment variable values, create log ...
|
| How to secure a Web Services Application... | 20 Apr 2006 12:06 GMT | 1 |
I am somewhat new to .Net and Web Services. My question lies in how to properly secure a Web Services application which sends sensitive information from one site to another across the Internet. Can anyone give me some suggestions as to best practices to secure a Web
|
| Using x.509 for secured communications | 20 Apr 2006 11:45 GMT | 3 |
I am currently planning to write a distributed application where a Windows application will be installed on the client and they will talk to the server via Web services. I am planning to use Microsoft Certificate services to issue x.509 certificates to my clients as well as the ...
|