Welcome to MSDN Blogs Sign in | Join | Help

November 2004 - Posts

Refactoring the Managed StrongName Project

Looking over the Managed StrongName code for today's post, I've become dissatisfied with several things in the current code base, and I think that a bit of refactoring is in store for this project before its next addition. One of the major things is the
Posted by shawnfa | 1 Comments
Filed under:

Extracting Public Key Blobs

(Updated 12/3/04 for code refactoring ) Before letting another two months pass, its time to once again update the managed sn.exe port . Today's update adds three modes, each of which allow extraction of a public key blob from various sources: Flag Description
Posted by shawnfa | 2 Comments
Filed under: ,

Next Generation Hardware Speculation

Yesterday there were a couple of announcements that seem to impact the next generation of video game consoles. First, IBM, Sony and Toshiba announced that they will be making an announcement about the details of the Cell chip early next year. Not too
Posted by shawnfa | 0 Comments
Filed under:

Managed Hosting API Take 3: the Host SecurityManager

Now that we've examined how to customize the AppDomain creation process , lets go back to our EchoAppDomainManager and look at some other places the CLR lets a managed host customize its behavior. Looking back at the output of running HelloWorld with
Posted by shawnfa | 4 Comments
Filed under: , ,

An Interesting Take On Two-Factor Authentication

(via Bruce Schneier ) Two banks in New Zealand are introducing an interesting form of two-factor authentication. Looks like anyone who tries to transfer $2,500 or more to a third party bank account via the website will be required to use their new technology.
Posted by shawnfa | 5 Comments
Filed under: ,

What's the FullTrust List For Anyway?

Time for a quick break from managed hosting. I've been asked several times on this blog and in the newsgroups about the FullTrust list that the CLR keeps. What is it, and why does it exist? The reason for the list is due to a problem that exists when
Posted by shawnfa | 0 Comments

Customizing the AppDomain Creation Process

Last week, I posted about AppDomainManagers . Today, I'm going to look a little more closely at how the AppDomainManager allows you to customize the domain creation process. Specifically there are two methods that, when overridden, allow you to modify
Posted by shawnfa | 8 Comments
Filed under:

The Managed Hosting API

With v1.0 and v1.1 of the CLR, if you wanted to have much control over how the CLR was working under the covers, you needed to write an unmanaged host. The unmanaged hosting API still exists with Whidbey (in fact, its gotten quite a few improvements of
Posted by shawnfa | 11 Comments
Filed under:

Peter Torr Provides More Details on Sandboxing AppDomains

Peter Torr from the Visual Studio Tools for Office team recently expanded on my sandboxed AppDomain set of posts. Peter adds some aditional code to change the code base of the AppDomain, which prevents untrusted addin types from sneaking into the FullTrust
Posted by shawnfa | 3 Comments
Filed under: ,

Another Fix for the Infamous Calc Problem

Last month I wrote about replacing Calc with CalcPlus . If you'd really like to keep the default calculator around, I've stumbled across another fix for the problem. This involves editing the registry, so the standard disclaimers apply . Recall root of
Posted by shawnfa | 0 Comments
Filed under: ,

An Enhanced Version of the Sandboxed AppDomain

Last week I showed how to create an AppDomain with a limited set of permissions . I also presented an easy way to create a StrongNameMembershipCondition . Now I'll put the two together to make an enhanced version of the sandboxed AppDomain. Why create
Posted by shawnfa | 14 Comments
Filed under: , ,
 
Page view tracker