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)
February, 2004
MSDN Blogs
>
.NET Security Blog
>
February, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
.NET Security Blog
Part 4 of the Java vs .NET Comparison Posted
Posted
over 8 years ago
by
shawnfa
0
Comments
Denis Piliptchouk finished his four part series comparing Java and .NET security, with a piece on user authentication and authorization. This is the conclusion to the series I posted about here .
.NET Security Blog
Fun with the Visual Studio Find Combo Box
Posted
over 8 years ago
by
shawnfa
6
Comments
It's interesting to note all the power of the find combo box in the Visual Studio command bar. It's easily one of the more useful controls I've ever used, yet it just sits there all quiet and unassuming. I've run into a lot of people who know one of two...
.NET Security Blog
Don't Click Here If You Value Your Productivity
Posted
over 8 years ago
by
shawnfa
10
Comments
Here's a fun little timer waster over on Bungie's website: http://halo.bungie.org/misc/warthog_launch.html
.NET Security Blog
Introduction to ObjectSpaces
Posted
over 8 years ago
by
shawnfa
0
Comments
Dino Esposito has written a nice introduction to ObjectSpaces over on MSDN. For those who don't know, ObjectSpaces is, to me at least, one of the more exciting features of Whidbey. It's an object <-> RDBMS mappings system that takes most of the...
.NET Security Blog
Creating a SecurityElement from XML
Posted
over 8 years ago
by
shawnfa
2
Comments
Most of the .NET security system can be serialized out to XML, and knows how to deserialize itself from an XML stream. This would seem to make it easy to create security objects (such as PermissionSet's) from XML documents, or maybe use an XPath query...
.NET Security Blog
Using the Hashing Transforms (or How Do I Compute a Hash Block by Block)
Posted
over 8 years ago
by
shawnfa
5
Comments
Occasionally I get asked how to use the hashing algorithms that ship with .NET to get the hash of some data when there is only access to pieces of the input at a time. This comes up for various reasons, sometimes the input data is too big to fit entirely...
.NET Security Blog
Roundtripping Encrypted Data Through Text
Posted
over 8 years ago
by
shawnfa
2
Comments
This question comes up every so often on the public newsgroups, so I thought I'd write out an explanation here. When you try to round trip encrypted data through plain text (for instance, take the encrypted data and put it into a text string), you need...
.NET Security Blog
MSDN TV Talks about CAS
Posted
over 8 years ago
by
shawnfa
0
Comments
My first lead at Microsoft, from way back in the summer of 2001 when I was an intern, was featured on MSDN TV last week giving a basic introduction to CAS, and discussing how it applys to managed code developers. You can find the show here .
.NET Security Blog
Using XML Encryption With CipherReferences, Part 2 - Remote Data
Posted
over 8 years ago
by
shawnfa
3
Comments
Earlier this week, I posted about using cipher references to refer to data stored in the same document. Today I'll use the same technique, but instead of storing the encrypted data elsewhere in the document, I'm going to store it on a seperate server...
.NET Security Blog
Comparison of .NET and Java Security
Posted
over 8 years ago
by
shawnfa
5
Comments
Denis Piliptchouk has written a four part series comparing .NET and Java security on O'Reilly's OnJava site. Part 1 - Security Configuration and Code Containment Part 2 - Cryptography and Communication Part 3 - Code Protection and CAS Part...
.NET Security Blog
Using XML Encryption With CipherReferences, Part 1 - Local Data
Posted
over 8 years ago
by
shawnfa
5
Comments
Most users of encrypted XML will encrypt their data and embed the resulting cipher value directly into the EncryptedData element, using a CipherValue tag. However, XML encryption also supports the use of CipherReferences, which allow you to place the...
.NET Security Blog
Whidbey Security Presentation from the PDC
Posted
over 8 years ago
by
shawnfa
0
Comments
Although this is kind of old news, you can check out Sebastian Lange (CLR Security PM) and Ivan Medvedev (CLR Security Test Lead) giving a talk about new features in security for our Whidbey release. This is a video and slideshow from the presentation...
Page 1 of 1 (12 items)