| Thread | Last Post | Replies |
|
| Losing .net security trust | 30 Oct 2004 12:51 GMT | 1 |
I have a VB.net app running on the 1.0 framework. The exe resides on a network share and all of the client computers have a full trust configured to the shared folder from which the exe runs. The app was deployed one year ago and the clients had no trouble using it. This is a ...
|
| When to explicitly check permission | 29 Oct 2004 17:14 GMT | 1 |
When should you explicitly check for correct permission? Perhaps this sounds strang, I know, but stick with me for a moment. For example the GetCurrentDirectory method on the Directory class throws an UnauthorizedAccessException if the
|
| decrypt using public key only with RSA | 29 Oct 2004 05:03 GMT | 1 |
I have someone who has given me a string that was encrypted with their RSA private key. I tried to import their RSA public key and decrypt their strng but I get "Bad Key." as the response: 'Verify the signature is authentic using the sender's public key.
|
| Security Policy Confusion... | 27 Oct 2004 15:04 GMT | 2 |
In an effort to learn about the .NET security settings I tried a simple experiment. I created a noddy console application and assigned it a strong name. I then extracted the public key token from the assembly. This was all on my local disk. I then tried stop the console ...
|
| System.ComponentModel.Win32Exception: Access is denied | 27 Oct 2004 12:38 GMT | 1 |
while trying to execute the following program i am getting "System.ComponentModel.Win32Exception: Access is denied" as errror message. <% @Page Language="C#" %> <% @Import Namespace="System.Diagnostics" %> <script language="C#" runat="server">
|
| TripleDES crypto service provider questions | 27 Oct 2004 08:08 GMT | 9 |
Hi list! I have 2 questions about TripleDes- first about a problem I'm running into implementing the tripleDES algorithm in the .net framework, and the second is an academic one about what I thought I knew about tripleDES vs. how it's
|
| FileIO Permission specification? | 26 Oct 2004 12:16 GMT | 1 |
I have a service that logs/traces information through a custom trace listener to a log file in System32. The name of the file is something like ApplicationServerYYYYMMDD.log. Where YYYY is the year, MM is the month, and DD is the day. So I get a maximum of one log file per day. ...
|
| What hash algorithm is used by to sign an assembly? | 26 Oct 2004 12:03 GMT | 1 |
Hey all, I was just wondering what hash algorithm is used when you provide a key through the used of the Strong Name Tool or is it configurable? For example when I generate a keypair.snk file using the the Strong Name Tool (Sn.exe) and then include the following in my ...
|
| Problem appending to an encrypted file | 25 Oct 2004 14:02 GMT | 8 |
I need to append encrypted messages to an application log file. I'm following the approach used in MS "307010 - How To Encrypt and Decrypt a File by Using Visual C# .NET". If I append only one message and then decrypt it works fine. If I
|
| What does the "Application Domain Policy Level" mean? | 25 Oct 2004 13:46 GMT | 3 |
Hey all, I've read that security policy can be administered at the following levels: Enterprise Policy Level Machine Policy Level
|
| Remoting from a control hosted in IE | 24 Oct 2004 03:57 GMT | 2 |
I have a control which connects to an object on a server. This object has an event, and client (the control) subscribes to this event. So something happens on the server, it fires the event - the control is notified. All this works just fine when the controll is hosted in a ...
|
| Accessing Directory Services from a SharePoint Web Part | 22 Oct 2004 15:32 GMT | 5 |
I get a vague 'Security Error' when I try to access Active Directory via the 'System.DirectoryServices' DLL. I am doing this within a SharePoint Web Part. I also stripped the code out of the SharePoint Web Part and put it on a regular ASP.NET Form and it worked fine.
|
| A few conceptual questions... | 21 Oct 2004 22:53 GMT | 1 |
I have two conceptual questions that I would like to hear some opinions on: 1. Assume you are developing an application which incoporates a role-based security model. An administrator can define roles with specific privileges and then add users to those roles. After a user has ...
|
| Adding an AssemblyKeyFileAttribute to a Visual Basic App | 21 Oct 2004 22:40 GMT | 5 |
Hello - after completing a simple app and finally getting it right, I put the app on a network share for others to test. Well, you know the rest. Doesn't work with a System.Security.Permissions.SecurityPermission error. I found out about the .NET administrative tool to create an MSI ...
|
| Signing XML Files | 21 Oct 2004 22:10 GMT | 1 |
have a look at the new msdn magazine issue msdn.microsoft.com/msdnmag --- Dominick Baier - DevelopMentor
|