Welcome to Windows Communication Foundation (WCF)
Top Tasks :

Browse by Tags

All Tags » Message Security   (RSS)
Showing page 1 of 3 (26 total posts)
  • Common Problems Composing Security with Streaming

    Security and streaming are two features that often do not get along with each other. Although the concepts are not inherently in conflict, their implementations often do things that cause problems for the optimal execution of the other. You may have seen that the message security channel, like the reliable messaging channel, in its native mode likes to buffer messages. This is because signing is one of the aspects of message security. The message signature is typically computed based on the contents
    Posted to WCF Team Bloggers (Weblog) by Anonymous on October 6, 2008
    Filed under: Indigo, Transport Security, HTTP, Security, Message Security
  • WCF Security Guide Released

    If you've been following along, I have mentioned the WCF security guide project being worked on in the patterns and practices team a few times now. After months of drafts and betas, the complete guide is now ready for official release. The WCF security guide is available as a free download.
    Posted to WCF Team Bloggers (Weblog) by Anonymous on August 6, 2008
    Filed under: Indigo, Announcements, Transport Security, Security, Message Security
  • Help with Security Programming

    Security programming today tends to contain large amount of plumbing code to handle the modeling, management, and evaluation of identities. An identity is the basis of many common security operations, such as authentication, personalization, authorization, and access control. There are a variety of different kinds of identities and ways of implementing security operations on top of those identities. Here are two libraries that help make dealing with identities easier. Zermatt is a claims-based identity
    Posted to WCF Team Bloggers (Weblog) by Anonymous on July 23, 2008
    Filed under: Service Architecture, Security, Message Security
  • Security Session Inactivity

    What does the InactivityTimeout on a secure channel do? The inactivity timeout on a message security channel controls how long the channel will allow pending security sessions to linger in its cache before giving up on them. This is completely different from the inactivity timeout on a reliable messaging channel, which controls how long the reliable session will live without an infrastructure message before being torn down, and the inactivity timeout in the application, which controls how long the
    Posted to WCF Team Bloggers (Weblog) by Anonymous on June 24, 2008
    Filed under: Indigo, Answers, Security, Message Security
  • Improving Web Services Security Beta Guide

    The WCF Security Guide content that I've mentioned a few times before is now done with early drafts and has been rolled up into a beta release of the full book. There's a ton of content in the real thing on top of what you've been seeing in the drafts. You can download the beta of the full security guide from CodePlex now. If you want to know what I think about the guide, here's the foreword I wrote for them: The computer industry has come to a realization – based on many years of slowly learning
    Posted to WCF Team Bloggers (Weblog) by Anonymous on June 5, 2008
    Filed under: Indigo, Announcements, Transport Security, Service Architecture, Security, Message Security
  • Updates to WCF Security Guidance

    After the first announcement for the WCF Security Guidance Project , the amount of content has grown tremendously. Here's a summary of what's new over the last month. Seven new application scenarios: Intranet - Web to Remote WCF Using Transport Security (Trusted Subsystem TCP) Intranet - Web to Remote WCF Using Transport Security (Trusted Subsystem, HTTP) Intranet - Web to Remote WCF Using Transport Security (Original Caller, TCP) Intranet - Windows Forms to Remote WCF Using Transport Security (TCP)
    Posted to WCF Team Bloggers (Weblog) by Anonymous on May 6, 2008
    Filed under: Indigo, Announcements, Transport Security, Security, Message Security
  • Messaging Additions in Orcas, Part 2

    Continuing on with the theme of messaging additions in Orcas, today I'll look at some more of the protocols and community-driven features that were added. WS Atomic Transaction 1.1 . Transactions tie together multiple participants in a distributed application. The framework of transactions is built on various coordination protocols between parties. Transactions are a kind of coordination in which either all or none of the parties agree to perform an action. Validation for issued token certificates
    Posted to WCF Team Bloggers (Weblog) by Anonymous on April 29, 2008
    Filed under: Indigo, Security, Message Security, Orcas
  • WCF Security Guidance Project

    The patterns & practices team at Microsoft has put together their first release of guidance for WCF security . They've included how-to guides and videos that walk you through a number of security tasks, such as working with certificates and configuring role providers. The overall guide is still under development so these represent individual modules that are being published as they're completed. Here's what's currently available: How To - Create and Install Temporary Certificates in WCF for Message
    Posted to WCF Team Bloggers (Weblog) by Anonymous on March 31, 2008
    Filed under: Indigo, Announcements, Transport Security, Security, Message Security
  • Overriding Protection for IPSec

    How do I use username credentials with IPSec? I'm told that I need to turn on security but my connection is already secure. WCF only permits username tokens to be transmitted over a binding that's secure. If a username and password are transmitted without some way of obscuring their values, then that essentially allows anyone that can read the message to steal those credentials. There are many meanings that could be applied to the word secure, but in this case the definition of secure is only that
    Posted to WCF Team Bloggers (Weblog) by Anonymous on March 28, 2008
    Filed under: Indigo, Transport Security, Answers, Security, Message Security
  • Configuring Protection Level

    Is it possible to configure the protection level for message parts at runtime? Only certain configurations make doing this particularly easy. When using transport security with Windows credentials, the WindowsStreamSecurityBindingElement allows you to directly set the protection level (changing the protection level when using SSL doesn't make as much sense due to the way SSL works). On the other hand, there's no equivalent facility for message security, which will always give you both encryption
    Posted to WCF Team Bloggers (Weblog) by Anonymous on March 10, 2008
    Filed under: Indigo, Transport Security, Answers, Security, Contracts, Message Security
1 2 3 Next >

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us