Monthly Archives: May 2004

SSPI/Kerberos Support

In Whidbey you can use the NegotiateStream class to add SSPI support to your applications. now it is very easy to kerberize your apps. Read more on that in Keith Brown’s online book: remoting and sockets.

Posted in Uncategorized | Leave a comment

Managed ACLs

Windows ACLs are now wrapped in the System.Security.AccessControl namespace. read more on that in keith brown’s online book.

Posted in Uncategorized | Leave a comment

Managed DPAPI

in Whidbey DPAPI calls to CryptProtectData and CryptProtectMemory are wrapped in the ProtectedData and ProtectedMemory classes. this is cool! find more info here and here. If you need to use DPAPI in 1.1. – there are several managed wrappers out … Continue reading

Posted in Uncategorized | Leave a comment

SecureString

I am trying to compile a list of new and useful security related features in whidbey. i you want to contribute – feel free so :) The first thing i want to mention is the addition of the new SecureString … Continue reading

Posted in Uncategorized | Leave a comment

PluralSight

nearly everybody blogged about that – so i will do it, too :) keith brown, fritz onion and aaron skonnard of developmentor fame started their own company called PluralSight. Don’t miss that!!! keith and fritz have a blog now. subscribed.

Posted in Uncategorized | Leave a comment

New Toys this week

i thought i summarize that (so i find all the links in one place if i need them :) microsoft released a bunch of new stuff this week – those were of particular interest for me: WSE2 (here) SQL Server … Continue reading

Posted in Uncategorized | Leave a comment

WSE2 is out!!!

finally. get it here. and via aaron. WSE 2.0 simplifies the development and deployment of secure Web services by enabling developers and administrators to more easily apply security policies on Web services running on the .NET Framework. Using WSE, Web … Continue reading

Posted in Uncategorized | Leave a comment

AzMan Addendum

Remember SAFEARRAY and VARIANT ??? The AzMan API exposes some of its info in exactly these data types. e.g. if you want to get a list of members of an application group you grab the Members property of the IAzApplicationGroup … Continue reading

Posted in Uncategorized | Leave a comment

WinDev 2004

most of the session description are online now – this will be an interesting week!!

Posted in Uncategorized | Leave a comment

ShowContextService

a posting on the developmentor list about troubleshooting web service to web service authentication problems made me release this code i wrote a while ago.this is basically a port of keith brown’s showcontexts.aspx to a web service. build the service and … Continue reading

Posted in Uncategorized | Leave a comment