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
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)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
.NET Security Blog
Roundtripping Encrypted Data Through Text
Posted
over 9 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 9 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 9 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 9 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 9 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 9 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...
.NET Security Blog
ClickOnce on the .Net Rocks Radio Show
Posted
over 9 years ago
by
shawnfa
0
Comments
There was quite a bit of discussion about ClickOnce on the .Net Rocks show earlier this week. You can listen here: http://perseus.franklins.net//DotNetRocks_0047_Brian_Noyes.wma . The discussion starts at about 14:00 and ends around 31:00.
.NET Security Blog
More Secure XML Digital Signatures
Posted
over 9 years ago
by
shawnfa
8
Comments
I've gotten some comments about my XML Digital Signatures entry, pointing out that since I chose to embed the signing key into the document, nothing is preventing anyone from simply removing the signature, modifying the document, and then resigning with...
.NET Security Blog
ClickOnce Activation Errors on the PDC Whidbey / Longhorn Build
Posted
over 9 years ago
by
shawnfa
0
Comments
The PDC build of Whidbey and Longhorn do not provide a great mechanism for handling errors in ClickOnce manifests and other similar activation issues. Often if there is a problem activating a ClickOnce application, you'll only get a simple error dialog...
.NET Security Blog
Moving
Posted
over 10 years ago
by
shawnfa
0
Comments
The GotDotNet blogs are being frozen, so I'll be moving my blog over to the ASP.Net site. You can find the new location at http://blogs.msdn.com/shawnfa
.NET Security Blog
XML Encryption in .Net
Posted
over 10 years ago
by
shawnfa
11
Comments
Using XML encryption to encrypt payment information...
.NET Security Blog
ClickOnce and Security
Posted
over 10 years ago
by
shawnfa
1
Comments
A first look at permission elevation...
.NET Security Blog
XML Digital Signatures in .Net
Posted
over 10 years ago
by
shawnfa
12
Comments
Creating and Verifying Enveloped Signatures...
.NET Security Blog
Custom Security Object Samples
Posted
over 10 years ago
by
shawnfa
0
Comments
Sample code for custom security objects...
.NET Security Blog
Another ClickOnce Article
Posted
over 10 years ago
by
shawnfa
0
Comments
Here's another ClickOnce article to come out of the PDC: ClickOnce to Debut in Whidbey . This one is also pretty high level, and doesn't touch much of the security aspects.
.NET Security Blog
New ClickOnce Article on MSDN
Posted
over 10 years ago
by
shawnfa
2
Comments
MSDN is hosting a sample chapter from Douncan Mackenzie's upcoming book Essential ClickOnce . Although the chapter doesn't go into the security aspects, such as Permission Elevation or TrustMangers, its still an interesting read. http://msdn...
.NET Security Blog
How to provide extra trust for an Internet Explorer hosted assembly
Posted
over 10 years ago
by
shawnfa
49
Comments
Avoiding security exceptions that occur when you try to provide extra trust based upon strong name or X509 certificates...
.NET Security Blog
My application works from my local machine, but throws a SecurityException when I move it to a network share
Posted
over 10 years ago
by
shawnfa
100
Comments
How to modify your security policy to make your application work from the LocalIntranet zone...
Page 15 of 15 (368 items)
«
11
12
13
14
15