Sign In
.NET Security Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
CAS
ClickOnce
CLR v4
CNG
Cryptography
Debugging
Orcas
Other
Pages
Policy
SecAnnotate
Security
Silverlight
SSCLI
StrongName
Transparency
Under the Hood
Visual Studio
Windows
XML
Archive
Archives
April 2010
(1)
February 2010
(1)
November 2009
(7)
June 2009
(4)
May 2009
(6)
March 2009
(1)
December 2008
(2)
August 2008
(1)
July 2008
(2)
May 2008
(2)
March 2008
(2)
February 2008
(1)
January 2008
(1)
October 2007
(2)
June 2007
(1)
May 2007
(5)
April 2007
(1)
March 2007
(5)
February 2007
(3)
January 2007
(5)
December 2006
(2)
November 2006
(3)
October 2006
(5)
September 2006
(2)
August 2006
(1)
July 2006
(6)
June 2006
(6)
May 2006
(7)
April 2006
(7)
March 2006
(6)
February 2006
(7)
January 2006
(9)
December 2005
(7)
November 2005
(8)
October 2005
(8)
September 2005
(13)
August 2005
(7)
July 2005
(8)
June 2005
(4)
May 2005
(10)
April 2005
(6)
March 2005
(10)
February 2005
(9)
January 2005
(10)
December 2004
(27)
November 2004
(12)
October 2004
(12)
September 2004
(10)
August 2004
(10)
July 2004
(10)
June 2004
(11)
May 2004
(7)
April 2004
(15)
March 2004
(21)
February 2004
(12)
January 2004
(3)
December 2003
(1)
November 2003
(5)
October 2003
(1)
June 2003
(2)
July, 2004
MSDN Blogs
>
.NET Security Blog
>
July, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
.NET Security Blog
Whidbey's New SecurityException
Posted
over 8 years ago
by
shawnfa
14
Comments
One of the more difficult things to debug with .NET 1.0 and 1.1 is the security exception. With these frameworks generally the only information that you got was the state of the failed permission. Due to the complexity of debugging security problems,...
.NET Security Blog
Using DecryptDocument with Super-Encrypted Data
Posted
over 8 years ago
by
shawnfa
2
Comments
The EncryptedXml class comes with a nice utility method called DecryptDocument (For more information about using DecryptDocument check out my previous post introducing XML Encryption ). This method will decrypt all the EncryptedData elements it finds...
.NET Security Blog
Bye Bye Mr. CIO Guy
Posted
over 8 years ago
by
shawnfa
0
Comments
This is a few weeks old, but I figured I'd post it anyway since it's pretty funny. Channel9 is hosting Pat Helland, Don Box, and David Chappell singing their response to Nicholas Carr's assertion in the Harvard Business Review that IT Doesn't Matter ...
.NET Security Blog
Why == and the Equals Method Return Different Results for Floating Point Values
Posted
over 8 years ago
by
shawnfa
3
Comments
There's a subtle difference between comparing floating point values with the Equals method and comparing them with the == operator. (In all the code I show in this post, I use the Double class, however everything I say also applies to the Single class...
.NET Security Blog
Eric Explains Why Generic Parameters Have Only One Letter
Posted
over 8 years ago
by
shawnfa
0
Comments
A lot of people have been wondering why the CLR design guidelines (and the generic BCL classes), use only single character names for generic parameters instead of using longer more descriptive names. Eric Gunnerson has posted an explanation over on his...
.NET Security Blog
What Happens When My Application Throws An Unhandled Exception
Posted
over 8 years ago
by
shawnfa
6
Comments
There are several different behaviors that can occur when a managed application throws an unhandled exception. The two most common are to bring up an error dialog box, or to pop up the Visual Studio Just In Time Debugger dialog box. The first behavior...
.NET Security Blog
Generating StrongName Keys
Posted
over 8 years ago
by
shawnfa
3
Comments
(updated 12/03/04 to point to refactored code ) Generating Keys It's been just under a month since I've updated the Managed StrongName API , so here's the next set of APIs. This time, I've setup the APIs needed to create a new key suitable for signing...
.NET Security Blog
ClickOnce Bootstrapper Manifest Generator
Posted
over 8 years ago
by
shawnfa
0
Comments
David Guyer, from the VB.Net test team, has released his ClickOnce Bootstrapper Manifest Generator on GotDotNet . This tool allows you to generate manifests that describe any pre-requisites to install for a ClickOnce application. You can find more details...
.NET Security Blog
Chat with the Crypto API Team ... For Real This Time
Posted
over 8 years ago
by
shawnfa
3
Comments
A few weeks back, I mentioned the Crypto API team was having an online chat. It got postponed from the original date, but has finally been rescheduled to next Wednesday, July 7th. The chat will be from 11:00am to noon Pacific time (6:00-7:00pm GMT for...
.NET Security Blog
New Debugger Features for Whidbey
Posted
over 8 years ago
by
shawnfa
1
Comments
Andy blogs about the new features in the Visual Studio 2005 debugger. Of all these, tracepoints seems the most exciting to me, although life will be made much easier with visualizers and the STL data display.
Page 1 of 1 (10 items)